arkist / billboard.js-sideEffect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check billboard.js sideEffects on CSS

first,

npm install

then build.

npm run build

you will see dist/main.js only.

but if you remove "sideEffect": false on node_modules/billboard.js/package.json or change value to ["dist/**/*.css"] then build again,

you will see not only js file but also dist/main.css.

About


Languages

Language:JavaScript 100.0%