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 81d5fa2 commit 4b98208Copy full SHA for 4b98208
package.json
@@ -41,7 +41,7 @@
41
"type": "package"
42
},
43
"devDependencies": {
44
- "@osjs/dev-meta": "^1.0.3"
+ "@osjs/dev-meta": "^2.0.0"
45
46
"eslintConfig": {
47
"env": {
webpack.config.js
@@ -27,9 +27,11 @@ module.exports = {
27
osjs: 'OSjs'
28
29
plugins: [
30
- new CopyWebpackPlugin([
31
- 'logo.svg'
32
- ]),
+ new CopyWebpackPlugin({
+ patterns: [
+ 'logo.svg'
33
+ ]
34
+ }),
35
new MiniCssExtractPlugin({
36
filename: '[name].css',
37
chunkFilename: '[id].css'
0 commit comments