mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix local symlink resolution
This commit is contained in:
parent
f837f3acff
commit
0a8ed95163
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'build'),
|
||||
filename: 'js/[name].bundle.js'
|
||||
},
|
||||
resolve: {
|
||||
symlinks: false // Fix local development with `npm link` packages
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue