Basic editing with some widgets
This commit is contained in:
@ -9,6 +9,7 @@ module.exports = {
|
||||
test: /\.((png)|(eot)|(woff)|(woff2)|(ttf)|(svg)|(gif))(\?v=\d+\.\d+\.\d+)?$/,
|
||||
loader: 'file?name=/[hash].[ext]'
|
||||
},
|
||||
{ test: /\.json$/, loader: 'json-loader' },
|
||||
{
|
||||
loader: 'babel',
|
||||
test: /\.js?$/,
|
||||
|
Reference in New Issue
Block a user