Skip to content

Commit

Permalink
FIX config
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 6, 2022
1 parent adb4a51 commit eddce81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ docs-src/
orga/
test/
test_tmp/
babel.config.js
.editorconfig
.eslintrc.json
.eslintignore
Expand All @@ -23,3 +22,7 @@ config.json
perf.md
log.txt
processed.txt

# DO NOT add the babel config to the ignore list,
# we need it in the premium plugins
# babel.config.js
3 changes: 2 additions & 1 deletion config/karma.webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module.exports = {
express: false,
'pouchdb-fauxton': false,
timers: false
}
},
extensions: ['.ts', '.js', '.json']
},
plugins: [
new webpack.ProvidePlugin({
Expand Down

0 comments on commit eddce81

Please sign in to comment.