Chunpeng Huo

Results 44 issues of Chunpeng Huo

**I'm submitting a bug report** * **Library Version:** 1.4.0 **Please tell us about your environment:** * **Operating System:** OSX 10.13 * **Node Version:** 8.9.0 * **NPM Version:** 5.5.1 * **JSPM...

**I'm submitting a bug report** * **Library Version:** 1.7.0 * **JSPM OR Webpack AND Version** All **Current behavior:** aurelia/webpack-plugin#140 Take `noView` as example, 1. `@noView(['a.css'], 'base/url');`, this looks unnecessary, but...

enhancement

@jods4, the current implementation assumes inlineView only takes 1 arg. But `inlineView` api supports additional 2nd and 3rd args. Given user suppose to use `PLATFORM.moduleName` on 2nd arg. It should...

I tried to follow https://www.phusionpassenger.com/docs/advanced_guides/developing_with_passenger/node/dev_ssl/nginx/ to generate a local CA root and certificates, encountered many troubles as macOS now has openssl v2 in place, shadowing homebrew installed v1. Then I...

Supports a fast dev mode. * no bundling. Vite can serve ESM modules, we can serve AMD modules. * expose all modules individual files in Gorb's Vinyl format. * design...

Based on the idea from https://medium.com/@the1mills/hot-reloading-with-react-requirejs-7b2aa6cb06e1 - [ ] Support module.hot in dumber-module-loader - [ ] Support HMR in dumber - [ ] Hook up https://github.com/aurelia/hot-module-reload - [ ] Hook...

- [x] support exports field in package.json https://nodejs.org/docs/latest/api/packages.html#package-entry-points - [x] node: imports https://nodejs.org/docs/latest/api/esm.html#node-imports - [ ] data: imports https://nodejs.org/docs/latest/api/esm.html#data-imports - [ ] `import.meta` https://nodejs.org/docs/latest/api/esm.html#importmeta

I am not a fan of tree-shaking. But I might need to implement one, because Aurelia 2 will ship an umbrella npm package to provide a single import entry point...

- [x] dumber to provide a wrapper to wrap `define()` call to `define('name-space' + innerId)` in order to namespace all plugin modules. Note only namespace user space module. - [x]...

Default app is moved to vite+vitest setup. Default plugin is still with webpack, as there is some trouble for vite with plugin right now. See comments in `before.js`.