We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b4633 commit 07ad112Copy full SHA for 07ad112
example/webpack.config.js
@@ -16,6 +16,7 @@
16
'use strict';
17
18
const path = require('path');
19
+const ExtractTextPlugin = require('extract-text-webpack-plugin');
20
21
const config = {
22
context: __dirname,
0 commit comments