yuyic
Results
2
issues of
yuyic
# Rollup Config ``` export default { input: "src/index.js", output: { file: "dist/index.js", format: "cjs" }, plugins: [ postcss({ extract: true }) ] }; ``` ### src/index.js ``` import "./index.less";...
enhancement
help wanted
- Rollup Version: 1.26.3 - Operating System (or Browser): Chrome - Node Version: 10.16.3 ### How Do We Reproduce? Here is the config: ` export default { input: "src/index.js", output:...