Skip to content

Commit

Permalink
prep esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 26, 2024
1 parent f97dbcc commit d7bcaf7
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 211 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
dist/
build/
lib/
*.js
*.js.map
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ test-results
playwright-report
readme/*
!dist/*
!build/**/*
**/webpack.config.js
**/webpack.config.test.js
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config) {
basePath: '',

webpack: {
...webpack,
...webpack({output: 'umd'}, {mode: 'development'}),
...{ plugins: [
new NodePolyfillPlugin() // for json-diff tests in parser
]}
Expand Down
Loading

0 comments on commit d7bcaf7

Please sign in to comment.