-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from Rollup to esbuild (#1083)
* Install esbuild * Install esbuild-sass-plugin * Makes Buffer exist in the browser without plugins * Use esbuild instead of Rollup * Fix Sass warnings * Increase Mocha command timeout * Fix some file changes not triggering a rebuild * Fix an async issue and restore Mocha timeout * Fix async issue in Gruntfile.js * Perform requested changes according to review * Use eslint and stylelint on Vue file changes * Clean up esbuild-command.js * Move esbuild plugins to their own subfolder * Bump esbuild to 0.12.21 * Improve Buffer global definition as per review * Update NPM scripts in package.json
- Loading branch information
1 parent
36e60b5
commit 7ab2bab
Showing
14 changed files
with
12,842 additions
and
18,846 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.