@howiefh/ant-path-matcher
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@howiefh/ant-path-matcher", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Ant Path Matcher", | ||
@@ -27,2 +27,3 @@ "main": "dist/ant-path-matcher.js", | ||
"@babel/preset-env": "^7.14.7", | ||
"copy-webpack-plugin": "^9.0.1", | ||
"jest": "^27.0.5", | ||
@@ -29,0 +30,0 @@ "webpack": "^5.40.0", |
const path = require('path'); | ||
const CopyWebpackPlugin = require('copy-webpack-plugin'); | ||
@@ -16,2 +17,10 @@ module.exports = { | ||
}, | ||
plugins: [ | ||
new CopyWebpackPlugin({ | ||
patterns: [{ | ||
from: path.join(__dirname, "./src/index.d.ts"), | ||
to: path.join(__dirname, "./dist/ant-path-matcher.d.ts") | ||
}] | ||
}) | ||
] | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84109
11
1450
5