mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Use jassl lib
This commit is contained in:
parent
e451b2aaf9
commit
acd271974d
7 changed files with 601 additions and 39 deletions
|
|
@ -36,13 +36,21 @@ module.exports = {
|
|||
test: /\.html$/,
|
||||
loader: 'raw'
|
||||
},
|
||||
{
|
||||
test: /(jassl)/,
|
||||
loader: 'babel',
|
||||
exclude: /(bower_components)/,
|
||||
query: {
|
||||
cacheDirectory: true,
|
||||
presets: ['es2015-loose', 'stage-0']
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.jsx$/,
|
||||
loader: 'babel',
|
||||
exclude: /(node_modules|bower_components)/,
|
||||
query: {
|
||||
cacheDirectory: true,
|
||||
// plugins: ['transform-runtime'],
|
||||
presets: ['es2015-loose', 'stage-0']
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue