Skip to content

Commit

Permalink
Rename webpack.config.js->.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Jan 29, 2024
1 parent c31ab4d commit 9c71c30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:cjs": "tsc -p tsconfig/tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig/tsconfig.esm.json",
"build:types": "tsc -p tsconfig/tsconfig.types.json",
"build:umd": "webpack --config tsconfig/webpack.config.js",
"build:umd": "webpack --config tsconfig/webpack.config.cjs",
"lint": "npx prettier --check src",
"test": "yarn lint && yarn test-fast",
"test-fast": "npx ts-node node_modules/tape/bin/tape test/**/*.spec.js"
Expand Down
File renamed without changes.

0 comments on commit 9c71c30

Please sign in to comment.