标签: webpack
我的webpack配置有多个条目:
entry: { main: './index.tsx', sharingServiceWorker: '../sw/sharingServiceWorker.ts', },
如何在sharingServiceWorker中获得index.tsx的URL?
sharingServiceWorker
index.tsx
答案 0 :(得分:0)
我找到了解决方法-entry-loader。