({ mode })
| 137 | } |
| 138 | |
| 139 | export const javascriptConfig = ({ mode }): UserConfig => { |
| 140 | return mergeConfig(baseConfig({ mode }), { |
| 141 | plugins: [createXmlLoaderPlugin(), createBundlerContextPlugin()], |
| 142 | }); |
| 143 | }; |
nothing calls this directly
no test coverage detected