moved frontend from monorepo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = function override(webpackConfig) {
|
||||
webpackConfig.module.rules.push({
|
||||
test: /\.mjs$/,
|
||||
include: /node_modules/,
|
||||
type: 'javascript/auto',
|
||||
})
|
||||
|
||||
return webpackConfig
|
||||
}
|
||||
Reference in New Issue
Block a user