module-bundler
Here are 29 public repositories matching this topic...
🐛 bug report
loadConfig should emit a codeframe on a parse error:
This is for example used for loading .postcssrc.
🤔 Expected Behavior
See screenshot in parcel-bundler/parcel#4420
😯 Current Behavior
With an invalid `.p
Hi, I've been trying to figure out from the docs (and google) to implement externalization of modules in Browserify with no luck. I've implemented transform-runtime plugins, and used .external(filename) in Gulp and tried to use require() in another module ... but I general cannot figure out from the docs what part or parts I'm missing in making this work.
Could someone please, add a brief secti
It may be convenient to expose something to consumers that will make it easier to use Jest - something like the default babel options (presets, plugins, etc.) or a transform module (see something like https://github.com/ActuallyACat/jest-esm-transformer).
This makes using syntax like import/export much easier for folks who use this amazing library for bundling and Jest for tests.
Thank y
-
Updated
Apr 12, 2019 - JavaScript
I was expecting this configuration to work in can-route:
steal = {
paths: {
'src/routedata': 'src/routedata-definemap.js'
}
};Instead, I had to include can-route in the mapping:
steal = {
paths: {
'can-route/src/routedata': 'src/routedata-definemap.js'
}
};Is this expected? If so, can some more documentation around this be added?
There is now the option to have multiple templates (e.g. for bug report and feature request).
https://help.github.com/articles/about-issue-and-pull-request-templates
https://help.github.com/en/articles/creating-issue-templates-for-your-repository
klap vs microbundle?
Looks like klap is in the same domain as microbundle. Would be nice to compare the 2?
-
Updated
Aug 4, 2017 - JavaScript
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Dec 21, 2018 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
May 27, 2020 - JavaScript
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
Nov 19, 2018 - JavaScript
-
Updated
Feb 17, 2018 - JavaScript
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jan 3, 2017 - JavaScript
-
Updated
Mar 16, 2018 - JavaScript
-
Updated
Aug 5, 2018 - JavaScript
-
Updated
Feb 22, 2018 - JavaScript
Improve this page
Add a description, image, and links to the module-bundler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the module-bundler topic, visit your repo's landing page and select "manage topics."
Bug report