Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Add integration tests for all active and maintained components to show that they can all be bundled correctly with the service #35

Merged
merged 21 commits into from
May 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/webpack-config-bower.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = ({
// the order is respected
modules: [path.join(installationDirectory, "bower_components")],
// These JSON files are read in directories
descriptionFiles: ["bower.json"],
// We use `.bower.json` and not `bower.json` because this file is created by Bower for every component that has been installed.
descriptionFiles: [".bower.json"],
JakeChampion marked this conversation as resolved.
Show resolved Hide resolved
// These fields in the description files are looked up when trying to resolve the package directory
mainFields: ["browser", "main"],
// These files are tried when trying to resolve a directory
Expand Down
Loading