Entered skill trees for siren and operative

This commit is contained in:
Joshua Seigler 2019-05-03 14:11:03 -04:00
parent f728676e72
commit fe109c9f8c
11 changed files with 465 additions and 81 deletions

7
pwa.config.js Normal file
View file

@ -0,0 +1,7 @@
const path = require('path');
exports.webpack = function (config, env) {
let { production, webpack } = env;
config.resolve.alias['@constants'] = path.resolve(__dirname, 'src/constants');
config.resolve.alias['preact-compat'] = 'preact/compact';
}