Skip to content

Commit

Permalink
removed unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiancporto authored Mar 9, 2020
1 parent 516c037 commit 07c18e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const dev = {
})
]
};
const babelConfig = {
exclude: 'node_modules/**'
};
const prod = merge(dev, {
output: {
file: 'dist/frappe-gantt.min.js'
Expand Down

0 comments on commit 07c18e1

Please sign in to comment.