Flattening /app folder to simplify PWA path

This commit is contained in:
James Barnsley
2019-04-19 07:29:17 +12:00
parent 91af43dca3
commit 43ca18ed8f
17 changed files with 20 additions and 7602 deletions

View File

@ -11,7 +11,7 @@ const config = {
js: './src/js/index'
},
output: {
path: path.resolve(__dirname, 'mopidy_iris/static/app'),
path: path.resolve(__dirname, 'mopidy_iris/static'),
filename: 'app'+(isDev ? '' : '.min')+'.js'
},
module: {