Working on making floor texture look more realistic
This commit is contained in:
@@ -13,13 +13,14 @@ const compiler = webpack(config);
|
||||
app.use(
|
||||
webpackDevMiddleware(compiler, {
|
||||
publicPath: config.output.publicPath,
|
||||
writeToDisk: true,
|
||||
writeToDisk: true
|
||||
})
|
||||
);
|
||||
|
||||
app.use( webpackHotMiddleware(compiler, {
|
||||
noInfo: true,
|
||||
quiet: true
|
||||
quiet: true,
|
||||
contentBase: '/dist'
|
||||
}) );
|
||||
|
||||
app.get( '/*', function(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user