johnagan / crx-webpack-plugin

A webpack plugin to package chrome extensions (crx) post build
MIT License
25 stars 23 forks source link

Add absolute path checks for keyFile, outputPath and contentPath #1

Closed sidoruk-sv closed 8 years ago

sidoruk-sv commented 8 years ago

If we determine absolute paths for keyFile, outputPath and contentPath fields, then all will be broken. This PR add ability to determine paths in absolute manner.

sidoruk-sv commented 8 years ago

@johnagan need any changes to PR?

johnagan commented 8 years ago

@sidoruk-sv thanks for the contribution! I'll test this out this weekend.