Skip to content

Commit

Permalink
Merge pull request #92 from philipp-sorin/issue-91-versions-in-loader…
Browse files Browse the repository at this point in the history
…s-configuration

Support for version in loaders from meta [skip ci]
  • Loading branch information
sergeimonakhov committed Sep 6, 2018
2 parents 7a1527b + d245500 commit a880723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion endpoints/components-bundle-builder/index.js
Expand Up @@ -272,10 +272,12 @@ const installLoaders = (projectDir, libsData, options) => co(function* () {
const loadersPeerDepsSet = new Set();

loaderModules.forEach(loaderModule => {
const loaderModuleName = npa(loaderModule).name;

const packageJSONFile = path.join(
projectDir,
'node_modules',
loaderModule,
loaderModuleName,
'package.json'
);

Expand Down

0 comments on commit a880723

Please sign in to comment.