Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Resolve strategy #5

Closed
DenisIzmaylov opened this issue Oct 31, 2014 · 1 comment
Closed

Resolve strategy #5

DenisIzmaylov opened this issue Oct 31, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@DenisIzmaylov
Copy link
Contributor

So I found that now it works. But I got yet another trouble. :)
After bower install videojs we will get bower.json:

...
  "main": [
    "dist/video-js/video.js",
    "dist/video-js/video-js.css"
  ],
...

This will compile to:

function(module, exports, __webpack_require__) {

    module.exports = __webpack_require__(18);
    module.exports = __webpack_require__(19);

/***/ },

And it will not work correctly because we will take last file - CSS.

@lpiepiora lpiepiora added this to the 0.1.2 milestone Oct 31, 2014
@lpiepiora lpiepiora self-assigned this Oct 31, 2014
@lpiepiora lpiepiora added the bug label Oct 31, 2014
@lpiepiora
Copy link
Owner

Thanks for the report. I've released a quick fix for the issue. Could you please check if v0.1.2 works for you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants