Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dist bundle is broken #34

Closed
SamVerschueren opened this issue Dec 5, 2017 · 0 comments
Closed

Dist bundle is broken #34

SamVerschueren opened this issue Dec 5, 2017 · 0 comments

Comments

@SamVerschueren
Copy link
Collaborator

We use the banner-webpack-plugin to add our custom exports to the end of the file. It used to work, but now I notice that it emits the following

//# sourceMappingURL=index.js.mapmodule.exports = ow.default;
module.exports.default = ow.default;
//# sourceMappingURL=index.js.map

So although we specify that it should strip the first source map url, it doesn't. I dived into the plugin and it looks like the plugin does the correct job because it does strip out that part. So no idea where I should look. I should really write something myself for this, ugh...

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

No branches or pull requests

1 participant