chingyawhao / material-ui-next-pickers

A material ui next datepicker, demo on
http://chingyawhao.github.io/material-ui-pickers
MIT License
81 stars 23 forks source link

Source map warnings #22

Closed nitrog7 closed 5 years ago

nitrog7 commented 5 years ago

Getting a warning with the source map source path. The maps are looking for Typescript files in the /src directory but the directory is being ignored by the .npmignore config.

Solutions:

  1. Remove src from .npmignore
  2. Add "inlineSourceMap": true to tsconfig.json