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.
2 parents d486cc8 + e0c2c5d commit 1d4d242Copy full SHA for 1d4d242
package.json
@@ -26,7 +26,7 @@
26
"babel-eslint": "^10.0.2",
27
"babel-loader": "^8.0.5",
28
"chai": "^4.2.0",
29
- "copy-webpack-plugin": "^6.1.0",
+ "copy-webpack-plugin": "^5.1.1",
30
"coveralls": "^3.0.3",
31
"enzyme": "^3.9.0",
32
"enzyme-adapter-react-16": "^1.13.2",
webpack.config.js
@@ -23,10 +23,8 @@ module.exports = {
23
],
24
},
25
plugins: [
- new CopyPlugin({
- patterns: [
+ new CopyPlugin([
{ from: './src/index.d.ts', to: './index.d.ts'}
- ],
- }),
+ ]),
};
0 commit comments