http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/FreakU/Retrospring/commit/059471e5cfb4bf8b585400ed7c956485159331ce
/images ' , true) // const imagePath = (name) = > images(name, true) console . log ( ' Hello World from Webpacker ' ) 70 babel.config.js Normal file Unescape Escape View File @ -0,0 +1,70 @@ module . exports = function ( api ) { var validEnv = [ ' development ' , ' test ' , ' production ' ] var currentEnv = api . env ( ) var isDevelopmentEnv = api . env ( ' development ' ) var isProductionEnv = api . env ( ' production ' ) var isTestEnv = api . env ( ' test ' ) if ( ! validEnv . includes ( currentEnv ) ) {...