mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Updated: dependencies
+ small fixes
This commit is contained in:
parent
760d9e6243
commit
ae996b75f1
16 changed files with 59 additions and 67 deletions
|
|
@ -40,7 +40,7 @@ module.exports = function(publicPath, pro, es6) {
|
|||
],
|
||||
resolve: {
|
||||
modules: [devPath, 'node_modules'],
|
||||
extensions: ['', '.js'],
|
||||
extensions: ['.js'],
|
||||
alias: {
|
||||
'Opentip': __dirname + '/dev/External/Opentip.js',
|
||||
'ko': __dirname + '/dev/External/ko.js'
|
||||
|
|
@ -52,7 +52,7 @@ module.exports = function(publicPath, pro, es6) {
|
|||
test: /\.js$/,
|
||||
loader: 'babel',
|
||||
include: [devPath],
|
||||
query: !es6 ? {
|
||||
options: !es6 ? {
|
||||
cacheDirectory: true,
|
||||
presets: [['es2015', {loose: loose, modules: false}], 'es2016', 'stage-0'],
|
||||
plugins: ['transform-runtime', 'transform-decorators-legacy']
|
||||
|
|
@ -120,7 +120,6 @@ module.exports = function(publicPath, pro, es6) {
|
|||
}
|
||||
]
|
||||
},
|
||||
eslint: {},
|
||||
externals: {
|
||||
'window': 'window',
|
||||
'progressJs': 'window.progressJs',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue