webpack-for-react:React应用程序的Webpack配置

时间:2024-05-12 13:12:42
【文件属性】:

文件名称:webpack-for-react:React应用程序的Webpack配置

文件大小:102KB

文件格式:ZIP

更新时间:2024-05-12 13:12:42

JavaScript

安装用于开发React应用程序的自定义Webpack的说明 克隆Git存储库的内容 git clone https://github.com/kritzona/webpack-for-react.git 安装所有依赖项 npm i 完毕 :)


【文件预览】:
webpack-for-react-master
----.gitignore(2KB)
----.babelrc(312B)
----package.json(1KB)
----package-lock.json(411KB)
----src()
--------App.scss(66B)
--------index.scss(259B)
--------index.tsx(253B)
--------App.tsx(341B)
----webpack.config.js(490B)
----postcss.config.js(183B)
----public()
--------index.html(434B)
----tsconfig.json(435B)
----.prettierrc.json(86B)
----README.md(373B)
----configs()
--------webpack()
--------main()

网友评论