Skip to content

Commit f12e4bb

Browse files
committed
Resolve from warnings on webpack 4
1 parent 38e3286 commit f12e4bb

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)