Closed richvdh closed 8 months ago
This solves a problem with the webpack-dev-server, which would see the half-built javascript output and explode with a big error about not supporting require("path").
require("path")
This solves a problem with the webpack-dev-server, which would see the half-built javascript output and explode with a big error about not supporting
require("path")
.