mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Update dependencies
This commit is contained in:
parent
80ad4fdbcc
commit
13065dd926
7 changed files with 709 additions and 418 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue