plugins: remove usages of --experimental-type-build

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-21 15:28:00 +02:00
parent f2dbf8c2b7
commit 8613ba3928
39 changed files with 242 additions and 123 deletions
@@ -26,7 +26,7 @@ import { createRouter } from './service/router';
*
* @alpha
*/
export const proxyPlugin = createBackendPlugin({
export default createBackendPlugin({
pluginId: 'proxy',
register(env) {
env.registerInit({
-1
View File
@@ -21,4 +21,3 @@
*/
export * from './service';
export { proxyPlugin as default } from './plugin';