Working
This commit is contained in:
parent
14a3555cf1
commit
7e92bf112e
34 changed files with 1214437 additions and 224 deletions
|
|
@ -15,8 +15,7 @@ module.exports = (env, argv) => {
|
|||
filename: 'bundle.js',
|
||||
clean: true,
|
||||
|
||||
// Dev needs '/' for HMR WebSocket; prod uses '' for relative paths through proxies
|
||||
publicPath: isProduction ? '' : '/',
|
||||
publicPath: '/',
|
||||
},
|
||||
resolve: {
|
||||
extensions: ['.ts', '.tsx', '.js'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue