Skip to content

Commit

Permalink
fix: remove runtime/ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 22, 2020
1 parent 6e06711 commit 0be4ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0be4ba1

Please sign in to comment.