Closed vedam closed 8 years ago
small typo in usage
in usage you're passing an array to string():
plugins: [ string([ extensions: ['.html'] ]) ]
in your tests it's an object:
plugins: [ string({ extensions: ['.html', '.css'] }) ]
@vedam Nice catch. Can you send a pr?
Fix via https://github.com/TrySound/rollup-plugin-string/commit/154e7b155793ee5ba150f477a4b70daa1d378b6a
small typo in usage
in usage you're passing an array to string():
in your tests it's an object: