rxjs-webpack-treeshaking-example:摇树的例子

时间:2024-05-30 14:04:51
【文件属性】:

文件名称:rxjs-webpack-treeshaking-example:摇树的例子

文件大小:384KB

文件格式:ZIP

更新时间:2024-05-30 14:04:51

JavaScript

Webpack和ts-loader的RxJS摇树示例 配置文件 参见 const { resolve } = require ( 'path' ) const webpack = require ( 'webpack' ) const BundleAnalyzerPlugin = require ( 'webpack-bundle-analyzer' ) . BundleAnalyzerPlugin const tsImportPluginFactory = require ( 'ts-import-plugin' ) const importPlugin = tsImportPluginFactory ( [ { libraryName : 'rxjs/operators' , libraryDirectory : '../_esm5/internal/operat


【文件预览】:
rxjs-webpack-treeshaking-example-master
----.gitignore(34B)
----package.json(683B)
----src()
--------app.ts(447B)
----webpack.config.js(1KB)
----tsconfig.json(129B)
----README.md(2KB)
----index.html(302B)
----tree-shaking.png(423KB)
----yarn.lock(98KB)

网友评论