Skip to content

Commit

Permalink
III
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Nov 28, 2020
1 parent 5111133 commit 0807a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const __nodeModules = process.env.PROD
class RollupBuild {
async build(options, callback) {
this.input = {
input: options.source,
input: presolve(options.source),
perf: true,
treeshake: false,
plugins: [
Expand Down

0 comments on commit 0807a06

Please sign in to comment.