在我看过的所有示例中,入口点html文件(例如index.html)与webpack发出的所有构建资产一起存在.
build/
index.html
bundle.js
1.bundle.js
2.bundle.js
etc
Run Code Online (Sandbox Code Playgroud)
我想将我的入口点html与构建的资源分开:
index.html
build/
bundle.js
1.bundle.js
2.bundle.js
etc
Run Code Online (Sandbox Code Playgroud)
这是webpack的可能吗?