Skip to content

Commit

Permalink
reverting rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
prabrisha-rudder committed Oct 22, 2019
1 parent 4712add commit 893067f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rudder-client-javascript/analytics/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export default {
input: "analytics.js",
external: ["Xmlhttprequest", "universal-analytics"],
output: [
/* {
{
file: "dist/browser.min.js",
format: "iife",
name: "analytics"
}, */
},
{
file: "dist/node.js",
format: "cjs"
Expand Down

0 comments on commit 893067f

Please sign in to comment.