From e7718a261fc7edcdcb1a380edb7de388a5e85039 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 22 Nov 2017 14:25:16 +0000 Subject: [PATCH] new output themes for dist --- lib/config/webpack.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/webpack.style.js b/lib/config/webpack.style.js index 43a36d43ea..359d2d4b25 100644 --- a/lib/config/webpack.style.js +++ b/lib/config/webpack.style.js @@ -1,6 +1,6 @@ const ExtractTextPlugin = require("extract-text-webpack-plugin"); -const extractScss = new ExtractTextPlugin('./core/prebuilt-themes/[name].css'); +const extractScss = new ExtractTextPlugin('./core/dist/prebuilt-themes/[name].css'); module.exports = {