From 9407b354c4fe57de59b1a6c0a16229a0337b14f8 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 11 Jun 2018 15:58:34 +0300 Subject: [PATCH] stremio-icons/dom compiled --- webpack.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 81bc7a357..ec13718b9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,7 +13,10 @@ module.exports = { rules: [ { test: /\.js$/, - exclude: /node_modules/, + include: [ + path.resolve(__dirname, 'src'), + path.resolve(__dirname, 'node_modules/stremio-icons/dom') + ], use: { loader: 'babel-loader' }