Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sluger committed Apr 8, 2019
1 parent 787fe6c commit 55e231d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import commonjs from 'rollup-plugin-commonjs';
import babel from 'rollup-plugin-babel';

export default {
external: ['chart.js'],
output: {
file: 'build/Plugin.Errorbars.js',
format: 'umd',
globals: {
'chart.js': 'Chart'
},
name: 'PluginErrorbars'
external: ['chart.js'],
output: {
file: 'build/Plugin.Errorbars.js',
format: 'umd',
globals: {
'chart.js': 'Chart'
},
name: 'PluginErrorbars'
},
plugins: [
resolve(),
commonjs(),
Expand Down

0 comments on commit 55e231d

Please sign in to comment.