You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while I am trying out bricks.js in webpack, here's some warning get thrown:
WARNING in ./~/bricks.js/dist/bricks.min.js
Critical dependencies:
6:414-421 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.
@ ./~/bricks.js/dist/bricks.min.js 6:414-421
is it possible to also add a non-minified target to the building process? thanks!
The text was updated successfully, but these errors were encountered:
while I am trying out bricks.js in webpack, here's some warning get thrown:
is it possible to also add a non-minified target to the building process? thanks!
The text was updated successfully, but these errors were encountered: