Renamed /src to /frontend
This commit is contained in:
@@ -11,7 +11,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
|
||||
entry: [
|
||||
'babel-polyfill',
|
||||
'babel-regenerator-runtime',
|
||||
'./src/index',
|
||||
'./frontend/index',
|
||||
],
|
||||
output: {
|
||||
path: path.join(__dirname, 'dist'),
|
||||
|
||||
Reference in New Issue
Block a user