Skip to content

Commit

Permalink
chore(taro-quickapp): 调整快应用运行时打包
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Aug 4, 2019
1 parent c106408 commit 660dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-quickapp/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const cwd = __dirname

const baseConfig = {
input: join(cwd, 'src/index.js'),
external: ['nervjs'],
external: ['nervjs', '@tarojs/taro'],
output: [
{
file: join(cwd, 'dist/index.js'),
Expand Down

0 comments on commit 660dc2e

Please sign in to comment.