Skip to content

Commit

Permalink
Rollup changed for Node 4 compatibility (#3421)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean committed Aug 20, 2019
1 parent 62d9d60 commit f454ab7
Show file tree
Hide file tree
Showing 9 changed files with 13,240 additions and 10,991 deletions.
12,145 changes: 6,644 additions & 5,501 deletions bin/lessc

Large diffs are not rendered by default.

35 changes: 0 additions & 35 deletions build/lebab-convert.js

This file was deleted.

4 changes: 2 additions & 2 deletions build/rollup.js
Expand Up @@ -85,7 +85,7 @@ async function buildNode() {
exclude: 'node_modules/**', // only transpile our source code
presets: [["@babel/env", {
targets: {
node: '6'
node: '4'
}
}]]
})
Expand Down Expand Up @@ -115,7 +115,7 @@ async function buildLessC() {
exclude: 'node_modules/**', // only transpile our source code
presets: [["@babel/env", {
targets: {
node: '6'
node: '4'
}
}]]
})
Expand Down

0 comments on commit f454ab7

Please sign in to comment.