File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import config from './base' ;
22
33config . output . file = 'dist/umd/cedar-amcharts.js' ;
4- config . output . sourceMap = 'dist/umd/cedar-amcharts.js.map' ;
4+ config . output . sourcemap = 'dist/umd/cedar-amcharts.js.map' ;
55
66export default config ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import config from './base';
22import { uglify } from 'rollup-plugin-uglify' ;
33
44config . output . file = 'dist/umd/cedar-amcharts.min.js' ;
5- config . output . sourceMapFile = 'dist/umd/cedar-amcharts.js' ;
6- config . output . sourceMap = 'dist/umd/cedar-amcharts.min.js.map' ;
5+ config . output . sourcemapFile = 'dist/umd/cedar-amcharts.js' ;
6+ config . output . sourcemap = 'dist/umd/cedar-amcharts.min.js.map' ;
77
88// Use a Regex to preserve copyright text
99config . plugins . push ( uglify ( { output : { comments : / I n s t i t u t e , I n c / } } ) ) ;
Original file line number Diff line number Diff line change 11import config from './base' ;
22
33config . output . file = 'dist/umd/cedar.js' ;
4- config . output . sourceMap = 'dist/umd/cedar.js.map' ;
4+ config . output . sourcemap = 'dist/umd/cedar.js.map' ;
55
66export default config ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import config from './base';
22import { uglify } from 'rollup-plugin-uglify' ;
33
44config . output . file = 'dist/umd/cedar.min.js' ;
5- config . output . sourceMapFile = 'dist/umd/cedar.js' ;
6- config . output . sourceMap = 'dist/umd/cedar.min.js.map' ;
5+ config . output . sourcemapFile = 'dist/umd/cedar.js' ;
6+ config . output . sourcemap = 'dist/umd/cedar.min.js.map' ;
77
88// Use a Regex to preserve copyright text
99config . plugins . push ( uglify ( { output : { comments : / I n s t i t u t e , I n c / } } ) ) ;
You can’t perform that action at this time.
0 commit comments