Commit 0a8ed951 authored by Paul Kaplan's avatar Paul Kaplan

Fix local symlink resolution

parent f837f3ac
......@@ -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: [
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment