oyslin / replace-in-file-webpack-plugin

A webpack plugin to quickly replace text in one or more files.
MIT License
34 stars 14 forks source link

Sourcemaps issue #2

Closed felixmosh closed 6 years ago

felixmosh commented 6 years ago

From what i've saw in the code, there is no any change to the source map files, is it works out of the box?

oyslin commented 6 years ago

@felixmosh yes. This plugin only replace the files you specified, not source map files.