阿平

Results 15 issues of 阿平

rt I want to use a third party swc plugin in rspack How to configure

enhancement
swc

### System Info System: OS: macOS 11.4 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 23.20 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.19.1 -...

C-bug

hi, 我执行了下面这样的任务 使用了 include 后 预编译不工作呢 ``` gulp.task('tmp', function () { return gulp.src('views/**/*.html') .pipe(tmodjs({ templateBase: 'views', cache:false })) .pipe(gulp.dest('release')); }); ```

补齐 tapable 的映射 避免在多个地方重复弄 比如 dumi 的 https://github.com/umijs/dumi/blob/master/suites/preset-vue/src/requireHook.ts ## Summary by CodeRabbit - **新功能** - 在 `requireHook.ts` 的 `hookPropertyMap` 中添加了 `'tapable'` 到 `'@umijs/bundler-utils/compiled/tapable'` 的映射处理。 - **变更** - 在 `packages/preset-vue/src/index.ts` 中移除了...