Lee

Results 3 issues of Lee

你好,我想请问一下demo5里面,如果a.js跟b.js,在index.js,不是异步引进而是直接import './a.js',这是common.js,是切割不出去的,请问有什么办法解决吗?

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code ```js import 'core-js/stable'; ``` ### Configuration...

hello, i want to ask: if i use 'npm run generate', should i add 'target: 'static' to the nuxt.config.js ?