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 b9f9048 commit cc63951Copy full SHA for cc63951
webpack.config.js
@@ -1,8 +1,8 @@
1
const distDir = __dirname + '/dist/textpattern';
2
3
-var ExtractTextPlugin = require('extract-text-webpack-plugin');
4
-var CleanWebpackPlugin = require('clean-webpack-plugin');
5
-var StyleLintPlugin = require('stylelint-webpack-plugin');
+const ExtractTextPlugin = require('extract-text-webpack-plugin');
+const CleanWebpackPlugin = require('clean-webpack-plugin');
+const StyleLintPlugin = require('stylelint-webpack-plugin');
6
7
module.exports = [
8
{
0 commit comments