hugo/commands
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
..
check.go
check_darwin.go
commandeer.go Allow getJSON errors to be ignored 2020-10-22 09:09:29 +02:00
commands.go Allow getJSON errors to be ignored 2020-10-22 09:09:29 +02:00
commands_test.go modules: Make ignoreVendor a glob pattern 2020-09-10 08:47:05 +02:00
config.go
convert.go Allow getJSON errors to be ignored 2020-10-22 09:09:29 +02:00
deploy.go build: Allow optional "nodeploy" tag to exclude deploy command from bin 2020-10-23 09:03:41 +02:00
env.go
gen.go
genautocomplete.go
genchromastyles.go
gendoc.go
gendocshelper.go
genman.go
helpers.go
hugo.go Make js.Build fully support modules 2020-11-03 13:04:37 +01:00
hugo_test.go
hugo_windows.go
import_jekyll.go
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go
list_test.go
mod.go Add "hugo mod npm pack" 2020-09-13 20:55:29 +02:00
mod_npm.go typo: already -> already 2020-09-14 10:15:59 +02:00
new.go
new_content_test.go
new_site.go
new_theme.go
nodeploy.go build: Allow optional "nodeploy" tag to exclude deploy command from bin 2020-10-23 09:03:41 +02:00
release.go
release_noop.go
server.go Allow getJSON errors to be ignored 2020-10-22 09:09:29 +02:00
server_errors.go
server_test.go
static_syncer.go js: Let ESBuild handle all imports from node_modules 2020-11-13 08:54:29 +01:00
version.go