Remove Firebase hosting, back to Express
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import babel from '@babel/core';
|
||||
|
||||
import { origin } from '../config';
|
||||
import unpkgRewrite from '../plugins/unpkgRewrite';
|
||||
|
||||
const origin = process.env.ORIGIN || 'https://unpkg.com';
|
||||
|
||||
export default function rewriteBareModuleIdentifiers(code, packageConfig) {
|
||||
const dependencies = Object.assign(
|
||||
{},
|
||||
|
Reference in New Issue
Block a user