Skip to content

Commit

Permalink
update babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Feb 16, 2019
1 parent 57bd5bd commit 1de90f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
console.log('babel config')

module.exports = {
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-syntax-dynamic-import',
],
presets: [
[
'@babel/preset-env',
Expand Down

0 comments on commit 1de90f7

Please sign in to comment.