1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-22 08:13:51 +02:00

webpack literally breaks paper.js when it minifies

This commit is contained in:
Pomax
2018-06-24 00:04:09 -07:00
parent 3d334c2559
commit e5821b3f6a
13 changed files with 883 additions and 41350 deletions

View File

@@ -53,6 +53,9 @@ module.exports = {
entry: entry,
output: output,
resolve: resolve,
optimization: {
minimize: false
},
module: {
rules: [
{