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