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

Polymer 2.0 using bundle=true option with demo-snippet errors on IE11 #69

Open
1 of 8 tasks
beonglee81 opened this issue Aug 22, 2017 · 0 comments
Open
1 of 8 tasks

Comments

@beonglee81
Copy link

beonglee81 commented Aug 22, 2017

Description

Using Polymer 2.0 with the following polymer.json

{
    "entrypoint": "demo/index.html",
    "builds": [{
        "bundle": true,
        "js": { "compile": true, "minify": true },
        "css": { "minify": true },
        "html": { "minify": true }
    }],
    "lint": {   
        "rules": ["polymer-2"]
    }
}

With the following in demo/index.html

      <demo-snippet>
        <template>
          <h1>simple demo</h1>
        </template>
      </demo-snippet>

Expected outcome

Actual outcome

screen shot 2017-08-22 at 8 52 50 am

Live Demo

Steps to reproduce

Browsers Affected

  • Chrome
  • Firefox
  • Safari 9
  • Safari 8
  • Safari 7
  • Edge
  • IE 11
  • IE 10
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