Files
fitness_walk_nwnu/node_modules/@dcloudio/vue-cli-plugin-hbuilderx/fork-ts-checker-webpack-plugin.fake.js
T
2026-09-08 20:28:54 +08:00

12 lines
288 B
JavaScript

/**
* FakeForkTsCheckerWebpackPlugin
* Runs typescript type checker and linter (tslint) on separate process.
* This speed-ups build a lot.
*
* Options description in README.md
*/
class ForkTsCheckerWebpackPlugin {
apply (compiler) {}
}
module.exports = ForkTsCheckerWebpackPlugin