Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11+/ES5 compatibility on exported SCORM #26

Open
PixlRainbow opened this issue Nov 1, 2019 · 1 comment
Open

IE11+/ES5 compatibility on exported SCORM #26

PixlRainbow opened this issue Nov 1, 2019 · 1 comment
Assignees

Comments

@PixlRainbow
Copy link
Owner

Build for Production
ES6 and Modules

@PixlRainbow PixlRainbow added this to the Export SCORM ZIP milestone Nov 1, 2019
@PixlRainbow PixlRainbow self-assigned this Nov 1, 2019
@PixlRainbow
Copy link
Owner Author

/polymer.json

{
  "npm": true,
  "lint": {
    "rules": [
      "polymer-3"
    ]
  },
  "extraDependencies": [
    "manifest.json",
    "node_modules/@webcomponents/webcomponentsjs/**"
  ],
  "builds": [
    {
      "preset": "es5-bundled",
      "addServiceWorker": false,
      "bundle": {
        "excludes": ["node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"]
      }
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant