yuuang

Results 8 issues of yuuang

`export default` has many bugs when mixed with `commonjs`, `vuex` use export default object in `vuex.cjs.js` which behavior is not like `vue-router-next`. It cause the below code cannot get correct...

Ref https://github.com/vuejs/vue-next/issues/5126 In vue3 ssr scene, teleport node must be wrapped by div node otherwise will cause hydrate not match. The changes has been test succeed in my ssr project

### Version 15.9.8 ### Reproduction link [https://github.com/zhangyuang/vue-loader-ssr-bug.git](https://github.com/zhangyuang/vue-loader-ssr-bug.git) ### Steps to reproduce yarn && npm start ### What is expected? `this.$style` can be read the exact value in server and client...

Ref [docs](https://v8docs.nodesource.com/node-4.8/d5/dda/classv8_1_1_isolate.html#a66324a6a0a257b62865065bf539fa442) Support `v8::Isolate::get_current()`, we can get current isolate snapshot in a existed process

目前看起来res.write和stream都是不支持的,这两个功能都是很重要的,希望能够尽快加入

How can i use like webpackChunkName annotations in rollup to assign chunk name? Or, where i can get import annotations like `import(/* webpackChunkName* path/)` in rollup

As the description of dlopen is `If the filename is NULL, then the returned handle is for the main program.` It looks like `libloading` don't provide the feature, if filePath...