mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Update to alpha
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = (env, argv) => ({
|
||||
entry: './src/app/app.ts',
|
||||
output: {
|
||||
path: __dirname + '/dist',
|
||||
publicPath: argv.mode === 'production' ? '/dev/' : '/',
|
||||
publicPath: argv.mode === 'production' ? '/alpha/' : '/',
|
||||
filename: 'js/bundle.js'
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user