Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from docomodigital/develop
Browse files Browse the repository at this point in the history
Webpack
  • Loading branch information
Davide-Gheri committed Oct 17, 2018
2 parents 73f2397 + 5ffce8f commit 4852430
Show file tree
Hide file tree
Showing 19 changed files with 7,172 additions and 9,089 deletions.
11 changes: 9 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"presets": [
"env"
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-transform-runtime",

["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-export-namespace-from",

"@babel/plugin-syntax-dynamic-import",
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ example/
node_modules/
src/**/*.test.js
jest.config.js
.jsdoc.json
.jsdoc.json
webpack/
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
webpack/
.gitignore
.eslintrc
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.1

* Changed from parcel-bundler to webpack
* Updated Babel
* Improved Babel config
* Added .npmignore

## 1.0.0

* First version
247 changes: 2 additions & 245 deletions dist/index.js

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

Loading

0 comments on commit 4852430

Please sign in to comment.