polymer-3-first-element icon indicating copy to clipboard operation
polymer-3-first-element copied to clipboard

could not create sourcemap

Open yunnysunny opened this issue 7 years ago • 0 comments

I modified the polymer.json in icon-toggle-finished folder:

{
  "npm": true,
  "moduleResolution": "node",
  "entrypoint": "demo/index.html",
  "builds": [       
    { 
      "name": "es5prod",
      "preset": "es5-bundled",
      "bundle": {
        "sourcemaps": true,
        "inlineCss": true,
        "inlineScripts": false
      }
    }
  ]
}

And then run polymer build, but it didn't create sourcemap.

yunnysunny avatar Jan 28 '19 03:01 yunnysunny