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 9b9b61e commit 26385f5Copy full SHA for 26385f5
rollup.scripts.js
@@ -46,6 +46,7 @@ const createBuild = (options) => {
46
// return Rollup config
47
return {
48
input: 'src/js/index.js',
49
+ treeshake: false,
50
output: [
51
{
52
format,
0 commit comments