Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3490fba

Browse files
committedOct 8, 2018
upgrade plugins
1 parent c89b312 commit 3490fba

File tree

3 files changed

+959
-16
lines changed

3 files changed

+959
-16
lines changed
 

‎index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ module.exports = (api, projectOptions) => {
1616
const conf = config.toConfig()
1717
config
1818
.plugin('post-compile')
19-
.use(PostCompilePlugin, [{
20-
config: {
21-
module: {
22-
rules: [...conf.module.rules]
23-
}
24-
}
25-
}])
19+
.use(PostCompilePlugin)
2620
})
2721
} else {
2822
api.chainWebpack(config => {

0 commit comments

Comments
 (0)
Please sign in to comment.