Hi! Glad that the broken source map problem was solved in version 0.2.1, I can't wait to upgrade and found a new problem
I use the same rollup.config.js to build my package, and get wildly different sizes:
- use rollup-plugin-monaco-editor: 62M
- unuse: 32M
monaco({
languages: ['typescript', 'json', 'css', 'html'],
// esm: true
}),
This is the only difference between the two configuration items
I am confused about this
Hi! Glad that the
broken source mapproblem was solved in version 0.2.1, I can't wait to upgrade and found a new problemI use the same rollup.config.js to build my package, and get wildly different sizes:
This is the only difference between the two configuration items
I am confused about this