fix: remove runtime/ prefix

This commit is contained in:
Pooya Parsa 2020-11-22 22:54:08 +01:00
parent 1f5e82a5bc
commit 531f6b1e08

View File

@ -31,7 +31,7 @@ export const getRollupConfig = (sigmaContext: SigmaContext) => {
const builtinPreset: Preset = {
alias: {
// General
depd: 'un/runtime/npm/depd',
depd: 'un/npm/depd',
// Vue 2
encoding: 'un/mock/proxy',
he: 'un/mock/proxy',