Moved all server assets to subdirectory #55

This commit is contained in:
Michael Mayer
2018-11-09 19:25:58 +01:00
parent 53dfd1647a
commit 2cce8ded84
9 changed files with 20 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ const webpack = require('webpack');
const PATHS = {
app: path.join(__dirname, 'src/app.js'),
css: path.join(__dirname, 'css'),
build: path.join(__dirname, '../assets/public/build'),
build: path.join(__dirname, '../assets/server/public/build'),
};
const cssPlugin = new ExtractTextPlugin({