Skip to content

Commit

Permalink
Merge pull request #22 from Sczlog/dev
Browse files Browse the repository at this point in the history
Update rollup.config.js
  • Loading branch information
netweng authored Jul 28, 2021
2 parents 937c032 + 82ca53d commit 292cf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = [
external(),
resolve({ browser: true, preferBuiltins: true }),
typescript({
tsconfig: "./src/tsconfig.json"
tsconfig: "./tsconfig.json"
}),
production && terser(),
],
Expand All @@ -40,7 +40,7 @@ module.exports = [
'process.env.NODE_ENV': JSON.stringify('production')
}),
typescript({
tsconfig: "./src/tsconfig.json"
tsconfig: "./tsconfig.json"
}),
],
},
Expand Down

0 comments on commit 292cf3e

Please sign in to comment.