共享加载程序:在Webpack应用程序之间共享模块 源码
共享加载器 共享加载程序允许您通过全局名称空间在Webpack构建之间共享模块 安装 npm i share-loader --save-dev 要么 yarn add share-loader --save-dev 暴露应用程序的webpack配置 module: { rules : [ { test : / \. js? $ / , use : [ { loader : 'share-loader' , options : { modules : [ /@angular
文件列表
共享加载程序:在Webpack应用程序之间共享模块
(预估有个105文件)
index.html
295B
styles.css
80B
favicon.ico
5KB
.gitkeep
0B
browserslist
375B
app.component.css
47B
app.component.html
117B
.editorconfig
245B
.gitignore
503B
index.html
296B
暂无评论