Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Java version of Google Closure Compiler #12800

Merged
merged 13 commits into from
May 14, 2018
Prev Previous commit
Next Next commit
Nit rename
  • Loading branch information
gaearon committed May 14, 2018
commit 7b014d95d2f264281f5211816ef74c47f3fc54c8
2 changes: 1 addition & 1 deletion scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const {rollup} = require('rollup');
const babel = require('rollup-plugin-babel');
const closure = require('./plugins/rollup-closure-compiler-plugin');
const closure = require('./plugins/closure-plugin');
const commonjs = require('rollup-plugin-commonjs');
const prettier = require('rollup-plugin-prettier');
const replace = require('rollup-plugin-replace');
Expand Down