From 73daf13adadce51193bab708f5a342ec911d2cc6 Mon Sep 17 00:00:00 2001 From: dxw Date: Tue, 18 Oct 2016 20:32:46 +0800 Subject: [PATCH] require css file fix css missing when use webpack --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 411428d..1bdc486 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,3 @@ require('./build/loading-bar'); +require('./build/loading-bar.css'); module.exports = 'angular-loading-bar';