Skip to content

Commit 45e8911

Browse files
Merge pull request bootstarted#29 from didi0613/webpack4-from-warning
Resolve from warnings on webpack 4
2 parents 13615ed + f12e4bb commit 45e8911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export default class CSSSplitWebpackPlugin {
109109
index: i,
110110
});
111111
return postcss([chunk(this.options)]).process(input.source, {
112+
from: undefined,
112113
map: {
113114
prev: input.map,
114115
},

0 commit comments

Comments
 (0)