Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 4c45fb9

Browse files
author
Matt Jeanes
committed
Temporarily disable AOT because of webpack-contrib/mini-css-extract-plugin#186
1 parent c0e81f7 commit 4c45fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SystemChecker.Web/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const path = require("path");
88
const fs = require("fs");
99

1010
const outputDir = "./wwwroot/dist";
11-
global.aot = true;
11+
global.aot = false; // TEMP DISABLED, TODO FIX: https://github.com/webpack-contrib/mini-css-extract-plugin/issues/186
1212

1313
function getEnvOptions() {
1414
const options = [];

0 commit comments

Comments
 (0)