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 7def609 commit f6751f5Copy full SHA for f6751f5
webpack.config.js
@@ -20,11 +20,11 @@ module.exports = (env, argv) => {
20
entry = {
21
"dist/index": "./src/index.ts",
22
};
23
- plugins.push(new webpack.BannerPlugin({
24
- banner: () => {
25
- return fs.readFileSync("LICENSE").toString();
26
- },
27
- }));
+ // plugins.push(new webpack.BannerPlugin({
+ // banner: () => {
+ // return fs.readFileSync("LICENSE").toString();
+ // },
+ // }));
28
plugins.push(new CopyPlugin({
29
patterns: [
30
{from: "preview.png", to: "./dist/"},
0 commit comments