Use jassl lib

This commit is contained in:
RainLoop Team 2016-05-21 01:46:56 +03:00
parent e451b2aaf9
commit acd271974d
7 changed files with 601 additions and 39 deletions

View file

@ -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']
}
}