mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
Got it working
This commit is contained in:
parent
3b3e3c9c42
commit
1852bbf12e
49 changed files with 530 additions and 294 deletions
|
@ -1,7 +1,9 @@
|
|||
const path = require('path');
|
||||
|
||||
exports.routes = ['/operative', '/siren', '/beastmaster', '/bot-jock'];
|
||||
|
||||
exports.webpack = function (config, env) {
|
||||
let { production, webpack } = env;
|
||||
// let { production, webpack } = env;
|
||||
config.resolve.alias['@constants'] = path.resolve(__dirname, 'src/constants');
|
||||
config.resolve.alias['preact-compat'] = 'preact/compact';
|
||||
}
|
||||
// config.resolve.alias['preact-compat'] = 'preact/compact';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue