Skip to content

Commit

Permalink
add node modules transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-mitra committed Sep 8, 2020
1 parent c76c4f9 commit 1284903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-analytics",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "./dist/browser.min.js",
"size-limit": [
Expand Down
17 changes: 1 addition & 16 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,7 @@ export default {

babel({
exclude: ["node_modules/@babel/**", "node_modules/core-js/**"],
presets: [
[
"@babel/env",
{
corejs: 3,
useBuiltIns: "usage",
targets: {
edge: "17",
firefox: "60",
ie: "9",
chrome: "67",
safari: "11.1",
},
},
],
],
presets: [["@babel/env"]],
plugins: [
[
"@babel/plugin-proposal-class-properties",
Expand Down

0 comments on commit 1284903

Please sign in to comment.