mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove babel from tests (#7521)
* Remove babel from tests * Remove unused require
This commit is contained in:
parent
2e4d623bf3
commit
99580664af
@ -1,6 +1,5 @@
|
||||
/* eslint-disable import/no-commonjs */
|
||||
|
||||
const babel = require('rollup-plugin-babel');
|
||||
const commonjs = require('@rollup/plugin-commonjs');
|
||||
const json = require('@rollup/plugin-json');
|
||||
const resolve = require('@rollup/plugin-node-resolve').default;
|
||||
@ -81,7 +80,6 @@ module.exports = function(karma) {
|
||||
plugins: [
|
||||
json(),
|
||||
resolve(),
|
||||
babel({exclude: 'node_modules/**'}), // use babel since we have ES proposal features
|
||||
commonjs({exclude: ['src/**', 'test/**']}),
|
||||
webWorkerLoader()
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user