Update dependencies

This commit is contained in:
RainLoop Team 2019-03-28 01:01:26 +03:00
parent 80ad4fdbcc
commit 13065dd926
7 changed files with 709 additions and 418 deletions

View file

@ -83,10 +83,15 @@ module.exports = function(publicPath, pro) {
options: babelLoaderOptions()
},
{
test: /\.(html|css)$/,
test: /\.html$/,
loader: 'raw-loader',
include: [devPath]
},
{
test: /\.css/,
loaders: ['style-loader', 'css-loader'],
include: [devPath]
},
{
test: /\.json$/,
loader: 'json-loader',