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 e997a85 commit cd271d3Copy full SHA for cd271d3
package.json
@@ -34,7 +34,7 @@
34
"hyperapp": "^1.2.10"
35
},
36
"devDependencies": {
37
- "@osjs/dev-meta": "^1.0.2"
+ "@osjs/dev-meta": "^2.1.0"
38
39
"eslintConfig": {
40
"env": {
webpack.config.js
@@ -31,9 +31,11 @@ module.exports = {
31
minimize,
32
33
plugins: [
- new CopyWebpackPlugin([
- path.resolve(__dirname, 'icon.png')
- ]),
+ new CopyWebpackPlugin({
+ patterns: [
+ 'icon.png'
+ ]
+ }),
new MiniCssExtractPlugin({
filename: '[name].css',
41
chunkFilename: '[id].css'
0 commit comments