]> git.localhorst.tv Git - alttp.git/blobdiff - webpack.mix.js
case insensitive commands
[alttp.git] / webpack.mix.js
index 30984a07e238bbbcd41e8f5f3164824e37e5c84e..60085abec5e04a85b5ad1d4f000ae5ebf7e0f388 100644 (file)
@@ -69,16 +69,16 @@ mix.js('resources/js/index.js', 'public/js')
        ])
        .sourceMaps(true)
        .version();
-if (mix.inProduction()) {
+//if (mix.inProduction()) {
        mix.webpackConfig({
                output: {
                        chunkFilename: 'js/chunks/[name].[chunkhash].js',
                },
        });
-} else {
-       mix.webpackConfig({
-               output: {
-                       asyncChunks: false,
-               },
-       });
-}
+//} else {
+//     mix.webpackConfig({
+//             output: {
+//                     asyncChunks: false,
+//             },
+//     });
+//}