PixlRainbow / scormy-editor-2

SCORM course creator/editor
MIT License
4 stars 3 forks source link

IE11+/ES5 compatibility on exported SCORM #26

Open PixlRainbow opened 4 years ago

PixlRainbow commented 4 years ago

Build for Production ES6 and Modules

PixlRainbow commented 4 years ago

/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"]
      }
    }
  ]
}