keep node artifacts in webpack directory
add commands to build.rs to move assets to required location within src
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = {
|
||||
},
|
||||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, '../src/webserver'),
|
||||
path: path.resolve(__dirname, '.'),
|
||||
},
|
||||
devServer: {
|
||||
}
|
||||
|
Reference in New Issue
Block a user