We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d0494 + df74d40 commit 7c65449Copy full SHA for 7c65449
README.md
@@ -102,8 +102,8 @@ There is also an `extract` function on the instance. You should use this if you
102
const ExtractTextPlugin = require('extract-text-webpack-plugin');
103
104
// Create multiple instances
105
-const extractCSS = new ExtractTextPlugin('stylesheets/[name].css');
106
-const extractLESS = new ExtractTextPlugin('stylesheets/[name].less');
+const extractCSS = new ExtractTextPlugin('stylesheets/[name]-one.css');
+const extractLESS = new ExtractTextPlugin('stylesheets/[name]-two.css');
107
108
module.exports = {
109
module: {
0 commit comments