Skip to content

Commit 0a288ac

Browse files
Move RawSource to be imported from webpack-sources.
Continuing on the `webpack@2` journey.
1 parent 82130f4 commit 0a288ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import postcss from 'postcss';
22
import chunk from './chunk';
3-
import {SourceMapSource} from 'webpack-sources';
4-
import RawSource from 'webpack/lib/RawSource';
3+
import {SourceMapSource, RawSource} from 'webpack-sources';
54
import {interpolateName} from 'loader-utils';
65

76
/**

0 commit comments

Comments
 (0)