You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ mkdir my-new-project && cd $_
97
97
98
98
> **Workaround**: Use ```import * as variable from "package" ``` instead of ```import variable from "package" ```
99
99
100
+
> ***Problem**: Webpack3: ExtractTextPlugin and file-loader do not work with the use syntax. [Link to the issue](https://github.com/webpack/extract-text-webpack-plugin/issues/275).
0 commit comments