Jul 20, 2017 · 1 min read
“production”: “SET NODE_ENV=production & webpack -p”The above command is giving error as “cannot read property sections of null” which is caused by the “-p” in the command which is causing the plugin to run twice. Based on the github comment and solution it suggests to remove the “-p” from the command. Can you please update the tutorial.
solution link:- https://github.com/developit/preact-boilerplate/issues/208
Great tutorial by the way!!!
