Skip to content

Commit

Permalink
Remove unnecessary patch.
Browse files Browse the repository at this point in the history
The line causing build issue has been addressed by upstream.
  • Loading branch information
albb0920 committed Sep 30, 2020
1 parent 0c7bba5 commit 797f0cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ export default {
plugins: [
// patches for browser build
replace({
"terminalHighlight.registerInput(Input)": '',
"colorette.enabled": "null",
include: ["node_modules/postcss/lib/input.js", "node_modules/postcss/lib/css-syntax-error.js"],
include: ["node_modules/postcss/lib/css-syntax-error.js"],
delimiters: ['', '']
}),
json(),
Expand Down

0 comments on commit 797f0cd

Please sign in to comment.