chore(fs.dev): Webpack aliases to load local code from source
These changes force webpack to load the local pacakges (like patterns and so on) from source, rather than from a compiled bundle. This means that the lab site will reload whenever one makes changes to pattern code.
This commit is contained in:
parent
2169994f0a
commit
2ea353a475
7 changed files with 35 additions and 10 deletions
|
@ -69,6 +69,7 @@ function useApp(full = true) {
|
|||
return {
|
||||
// Static vars
|
||||
site: 'lab',
|
||||
patterns: config.patterns,
|
||||
|
||||
// State
|
||||
language,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue