mirror of
https://github.com/flarum/framework.git
synced 2025-06-15 22:41:12 +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: {
|
output: {
|
||||||
path: path.resolve(process.cwd(), 'dist'),
|
path: path.resolve(process.cwd(), 'dist'),
|
||||||
|
library: 'module.exports',
|
||||||
|
libraryTarget: 'assign'
|
||||||
},
|
},
|
||||||
|
|
||||||
externals: [
|
externals: [
|
||||||
|
Reference in New Issue
Block a user