mirror of https://github.com/webpack/webpack.git
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
if(ENV === "mobile") {
|
||
|
require("./mobile-stuff");
|
||
|
}
|
||
|
console.log("Running " + ENV + " build");
|