Renamed /src to /frontend
This commit is contained in:
@ -10,7 +10,7 @@ const developmentWebpackConfig = Object.assign(commonWebpackConfig, {
|
||||
entry: [
|
||||
'babel-regenerator-runtime',
|
||||
'webpack-hot-middleware/client',
|
||||
'./src/index',
|
||||
'./frontend/index',
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user