-
Hi, Uncaught TypeError: Assignment to constant variable. at C. Piece of code with this:
It breaks with same error on every subpage on my site where it uses splide. Example of code with splide:
Tbh don't know if its a problem with splide itself, or with webpack or event with uglifyjs from bundle. :/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Okay, so I solved this by removing compress options and changing ecma from 5 to 8 in UglifyJsPlugin. webpack.config.optimize.js file:
|
Beta Was this translation helpful? Give feedback.
Okay, so I solved this by removing compress options and changing ecma from 5 to 8 in UglifyJsPlugin.
webpack.config.optimize.js file: