fix: config
This commit is contained in:
parent
ed3a74d85a
commit
9bc3f4900b
|
@ -99,10 +99,7 @@ client.use.push((neutrino) => {
|
|||
.test(/\.js$/)
|
||||
.enforce('pre')
|
||||
.use('source-map-loader')
|
||||
.loader('source-map-loader')
|
||||
.options({
|
||||
ignoreWarnings: [/Failed to parse source map/],
|
||||
});
|
||||
.loader('source-map-loader');
|
||||
neutrino.config
|
||||
.plugin('html-index')
|
||||
.tap(([options]) => [{
|
||||
|
|
Loading…
Reference in New Issue
Block a user