mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Change output location
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = function(options = {}) {
|
||||
},
|
||||
|
||||
output: {
|
||||
path: path.resolve(process.cwd(), 'js')
|
||||
path: path.resolve(process.cwd(), 'dist'),
|
||||
},
|
||||
|
||||
externals: [
|
||||
|
Reference in New Issue
Block a user