as-ideas / oil

191 stars 56 forks source link

[Q] how to `npm i` to actually get sources #285

Closed birdspider closed 3 years ago

birdspider commented 4 years ago

installing oil.js via npm results in only the current release bundle due to

package.json#L153:

  "files": [
    "release/current",
    "CONTRIBUTING.md"
  ]

how should this project be integrated into an existing i.e. webpack/babel setup ? git submodules ? what was/is the idea behind blacklisting all ?