mirror of
https://github.com/flarum/framework.git
synced 2025-06-07 09:04:33 +08:00
Export into module.exports for Flarum to pick up
This commit is contained in:
@ -44,6 +44,8 @@ module.exports = function(options = {}) {
|
||||
|
||||
output: {
|
||||
path: path.resolve(process.cwd(), 'dist'),
|
||||
library: 'module.exports',
|
||||
libraryTarget: 'assign'
|
||||
},
|
||||
|
||||
externals: [
|
||||
|
Reference in New Issue
Block a user