use own webpack config

This commit is contained in:
notgne2 2019-12-12 01:32:35 -07:00
parent 9e136fa1b3
commit 9879a03e03

View File

@ -70,6 +70,7 @@ let
patchPhase = '' patchPhase = ''
ln -sf ${nodeSource}/node_modules . ln -sf ${nodeSource}/node_modules .
cp ${./webpack.config.js} webpack.config.js
''; '';
shellHook = '' shellHook = ''