Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "pop.svg", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
{ | ||
"compilerOptions": { | ||
"target": "es2015", | ||
"module": "none", | ||
"module": "commonjs", | ||
"declaration": true, | ||
"outDir": "./", | ||
@@ -6,0 +7,0 @@ "strict": true |
@@ -16,7 +16,2 @@ const path = require('path'); | ||
}, | ||
optimization: { | ||
splitChunks: { | ||
chunks: 'all' | ||
} | ||
}, | ||
devtool: 'inline-source-map', | ||
@@ -41,8 +36,4 @@ mode: env.production ? 'production' : 'development', | ||
}) | ||
], | ||
devServer: { | ||
port: 3000, | ||
inline: true | ||
} | ||
] | ||
}; | ||
}; |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12
171877
2335
1