Skip to content

Commit

Permalink
Merge pull request #18 from edenriquez/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
edenriquez authored Oct 28, 2020
2 parents 1e365c8 + 2e9688c commit 14e816a
Show file tree
Hide file tree
Showing 21 changed files with 2,549 additions and 106 deletions.
12 changes: 12 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
1 change: 0 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/node_modules/
/public/build/

.DS_Store
5 changes: 5 additions & 0 deletions example/output/build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions example/output/build/bundle.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14e816a

Please sign in to comment.