提交 b5d2edab 编写于 作者: M Mike Greiling

transpile all javascript files with babel

上级 61ef5f0e
......@@ -49,8 +49,8 @@ var config = {
module: {
loaders: [
{
test: /\.es6$/,
exclude: /node_modules/,
test: /\.(js|es6)$/,
exclude: /(node_modules|vendor\/assets)/,
loader: 'babel-loader',
query: {
// 'use strict' was broken in sprockets-es6 due to sprockets concatination method.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册