hugo/resources/resource_transformers/js
Bjørn Erik Pedersen 78f227b664
js: Let ESBuild handle all imports from node_modules
This commit fixes some issues where modules in /assets share the same name as in node_modules.

This was not intended, and with this commit the node_modules-components should be isolated. If you want to redefine something inside node_modules, use the `defines` option.

Fixes #7948
2020-11-13 08:54:29 +01:00
..
build.go js: Remove external source map option 2020-11-04 23:04:12 +01:00
build_test.go Make js.Build fully support modules 2020-11-03 13:04:37 +01:00
options.go js: Let ESBuild handle all imports from node_modules 2020-11-13 08:54:29 +01:00
options_test.go js: Remove external source map option 2020-11-04 23:04:12 +01:00