Skip to content

Commit

Permalink
debugging windows
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 9, 2021
1 parent 9021a8c commit d41041c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const getFileType = (fileName, { transformExtensions }) => {
};

const reduceAssets = (files, asset, moduleAssets, assetTypeModuleAssets) => {
console.log(assetTypeModuleAssets, asset.info);
let name;
if (moduleAssets[asset.name]) {
name = moduleAssets[asset.name];
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"posttest": "npm install webpack@^4.44.2",
"security": "npm audit --audit-level=moderate",
"test": "npm run test:v4 && npm run test:v5",
"test": "npm run test:v5",
"test:v4": "ava",
"test:v5": "npm install webpack@^5.0.0 --no-save && ava"
"test:v5": "npm install webpack@^5.0.0 --no-save && ava --match=\"works with asset modules\""
},
"files": [
"lib",
Expand Down

0 comments on commit d41041c

Please sign in to comment.