mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
Entered skill trees for siren and operative
This commit is contained in:
parent
f728676e72
commit
fe109c9f8c
11 changed files with 465 additions and 81 deletions
7
pwa.config.js
Normal file
7
pwa.config.js
Normal 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';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue