Skip to content

Commit

Permalink
updated: bye bye babel
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 28, 2016
1 parent d860035 commit 7bc2e51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 50 deletions.
25 changes: 0 additions & 25 deletions .babelrc

This file was deleted.

3 changes: 1 addition & 2 deletions .codeclimate.yml
Expand Up @@ -11,5 +11,4 @@ exclude_paths:
- "riot+compiler.min.js"
- "riot.js"
- "riot.min.js"
- "test/**"
- "demo/**"
- "test/**"
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

4 changes: 2 additions & 2 deletions config/defaults.js
@@ -1,6 +1,6 @@
const commonjs = require('rollup-plugin-commonjs'),
nodeResolve = require('rollup-plugin-node-resolve'),
babel = require('rollup-plugin-babel')
buble = require('rollup-plugin-buble')

module.exports = {
format: 'umd',
Expand All @@ -12,6 +12,6 @@ module.exports = {
include: 'node_modules/**',
ignoreGlobal: true
}),
babel()
buble()
]
}
6 changes: 2 additions & 4 deletions config/rollup.config.csp.js
@@ -1,7 +1,7 @@
import nodeResolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import alias from 'rollup-plugin-alias'
import babel from 'rollup-plugin-babel'
import buble from 'rollup-plugin-buble'
import path from 'path'
var defaults = require('./defaults')

Expand All @@ -19,8 +19,6 @@ export default Object.assign(defaults, {
[tmplPath]: ['tmpl', 'brackets']
}
}),
babel({
exclude: 'node_modules/riot-tmpl/**'
})
buble()
]
})
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -53,9 +53,6 @@
"simple-html-tokenizer": "^0.2.5"
},
"devDependencies": {
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-external-helpers": "^6.3.13",
"babel-preset-es2015": "^6.14.0",
"benchmark": "^2.1.1",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
Expand All @@ -75,7 +72,7 @@
"phantomjs-prebuilt": "^2.1.12",
"rollup": "^0.34.10",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-riot": "^1.0.0-alpha.1",
Expand Down

0 comments on commit 7bc2e51

Please sign in to comment.