webpack verändert
This commit is contained in:
parent
aaaaf93fe6
commit
bf41792d2c
|
|
@ -1,5 +1,11 @@
|
|||
const path = require('path');
|
||||
const config = require('flarum-webpack-config');
|
||||
|
||||
module.exports = config({
|
||||
useExtensions: ['js'],
|
||||
});
|
||||
module.exports = config(
|
||||
{
|
||||
useExtensions: ['js'],
|
||||
},
|
||||
{
|
||||
root: path.resolve(__dirname, '..'),
|
||||
}
|
||||
);
|
||||
Loading…
Reference in New Issue