1
0
Fork 0

chore(fs.dev): Prebuild

This commit is contained in:
Joost De Cock 2021-12-27 17:33:31 +01:00
parent 1b99114ec0
commit 9ef46c502a
5 changed files with 842 additions and 1016 deletions

View file

@ -47,6 +47,7 @@ const config = (site, remarkPlugins=[]) => ({
config.resolve.alias.shared = path.resolve('../freesewing.shared/')
config.resolve.alias.site = path.resolve(`../freesewing.${site}/`)
config.resolve.alias.markdown = path.resolve(`../../markdown/${site}/`)
config.resolve.alias.pkgs = path.resolve(`../`)
return config
}