标签: webpack workbox
我正在为ServiceWorker使用Webpack InjectManifest插件。我想根据活动的Webpack模式(debug)在Workbox上设置production|development标志。
debug
production|development
InjectManifest上的options对象不支持设置调试标志。在构建过程中设置debug标志的最干净的方法是什么?
InjectManifest