Dabolus / polymer3-webpack-starter-kit

Polymer 3 Starter Kit with Webpack
MIT License
55 stars 6 forks source link

"flatten" the project #77

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

(not so) recently, the Polymer team abandoned the relative module imports in favor of package name only imports. This means that, thanks to webpack, we don't need to do the package name trick anymore. Having only one package.json will definitely help to give the project an easier layout and integrate better with some CI libraries

Dabolus commented 6 years ago

Done with #78