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 336ac41 commit ea63611Copy full SHA for ea63611
webpack.config.js
@@ -1,5 +1,3 @@
1
-'use strict'
2
-
3
var webpack = require('webpack')
4
5
var pkg = require('./package.json')
webpack.demo.config.js
@@ -29,7 +29,6 @@ module.exports = {
29
}
30
}),
31
new HtmlWebpackPlugin({
32
- title: 'React <FilteredMultiSelect/> Example'
33
title: 'React <FilteredMultiSelect/> Example'
34
})
35
],
0 commit comments