build(@vant/lazyload): using rollup to bundle (#9598)

This commit is contained in:
neverland
2021-09-30 11:19:38 +08:00
committed by GitHub
parent 75958887c2
commit 091b5c7ff8
5 changed files with 146 additions and 1041 deletions

View File

@@ -15,7 +15,7 @@ export default {
},
],
plugins: [
babel({ babelHelpers: 'runtime', extensions: ['.js', '.ts'] }),
babel({ babelHelpers: 'bundled', extensions: ['.js', '.ts'] }),
nodeResolve(),
],
};