I have been using string.js 3.1.1 with Webpack successfully. When I upgraded to 3.1.2, I'm now getting the warning:
WARNING in ./~/string/dist/string.js
Critical dependencies:
1:401-408 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
@ ./~/string/dist/string.js 1:401-408
Things seem to still work, just thought I'd let you know that there's a warning now.
I have been using string.js 3.1.1 with Webpack successfully. When I upgraded to 3.1.2, I'm now getting the warning:
Things seem to still work, just thought I'd let you know that there's a warning now.