Skip to content

Commit

Permalink
Update sourcemap setting in rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsnik committed Jun 20, 2018
1 parent efebca9 commit e5d3677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default [
output: {
file: pkg.browser,
name: 'AOS',
format: 'umd'
format: 'umd',
sourcemap: process.env.NODE_ENV === 'dev'
},
sourceMap: process.env.NODE_ENV === 'dev',
plugins: [
transformStyles,
resolve(),
Expand Down

0 comments on commit e5d3677

Please sign in to comment.