tsconfig-paths-webpack-plugin:根据Webpack中的tsconfig路径加载模块

时间:2024-05-25 01:58:33
【文件属性】:

文件名称:tsconfig-paths-webpack-plugin:根据Webpack中的tsconfig路径加载模块

文件大小:107KB

文件格式:ZIP

更新时间:2024-05-25 01:58:33

TypeScript

tsconfig-paths-webpack-plugin 使用tsconfig.json时,可使用此选项加载其位置在tsconfig.json的paths部分中指定的模块。 该软件包提供软件包的功能,但作为Webpack插件。 使用这个插件意味着你将不再需要添加alias在条目webpack.config.js对应的paths在条目tsconfig.json 。 该插件为您创建了这些alias条目,因此您不必这样做! 如何安装 注意:如果使用的是webpack 4,则需要使用版本> = 3.0.0(与webpack 3向下兼容)。 yarn add --dev tsconfig-paths-webpack-plugin 或者 npm install --save-dev tsconfig-paths-webpack-plugin 如何使用 在您的webpack配置中添加以下内容:


【文件预览】:
tsconfig-paths-webpack-plugin-master
----.github()
--------workflows()
----yarn.lock(196KB)
----src()
--------tsconfig.spec.json(498B)
--------logger.ts(2KB)
--------options.ts(2KB)
--------index.ts(620B)
--------plugin.ts(12KB)
--------plugin.temp.types.ts(11KB)
--------tsconfig.json(268B)
--------tsconfig.lib.json(378B)
--------__tests__()
----.npmignore(124B)
----example()
--------webpack.config.js(781B)
--------src()
--------tsconfig.json(268B)
--------custom-fs.js(515B)
----tsconfig.base.json(366B)
----LICENSE(1KB)
----jest.config.js(251B)
----tslint.json(3KB)
----README.md(5KB)
----.husky()
--------pre-commit(17B)
--------.gitignore(2B)
----.gitignore(112B)
----CHANGELOG.md(7KB)
----package.json(2KB)

网友评论