Skip to content

Commit

Permalink
Merge pull request #132 from iannbing/improvement/rollup
Browse files Browse the repository at this point in the history
v1.1.10-rc.2
  • Loading branch information
iannbing authored Dec 22, 2019
2 parents 1415413 + a529a60 commit e8b4c98
Show file tree
Hide file tree
Showing 10 changed files with 18,466 additions and 13,429 deletions.
24 changes: 5 additions & 19 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": "commonjs",
"targets": {
"node": "current"
}
}
],
[
"@babel/preset-react",
{
"modules": "commonjs",
"targets": {
"node": "current"
}
}
]
]
"@babel/preset-env",
["@babel/typescript", { "isTSX": true, "allExtensions": true }],
"@babel/preset-react"
],
"plugins": ["@babel/proposal-class-properties"]
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.env.production.local

npm-debug.log*
package-lock.json
yarn.lock
yarn-debug.log*
yarn-error.log*

Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
],
snapshotSerializers: ['enzyme-to-json/serializer'],
setupFilesAfterEnv: ['./jest.setup.js'],
modulePathIgnorePatterns: ['<rootDir>/dist/'],
collectCoverageFrom: [
'src/**/*.{ts,tsx,js,jsx}',
'!<rootDir>/jest.config',
Expand Down
Loading

0 comments on commit e8b4c98

Please sign in to comment.