summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-11-17 09:02:33 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-11-17 09:02:33 -0500
commit6dde2d268a9c3224af481e84b7f440a4dfa92bfb (patch)
tree368c0f25f72210f95448582901db18c21793dbce /webapp/utils
parent0135904f7d3e1c0e763adaefe267c736616e3d26 (diff)
downloadchat-6dde2d268a9c3224af481e84b7f440a4dfa92bfb.tar.gz
chat-6dde2d268a9c3224af481e84b7f440a4dfa92bfb.tar.bz2
chat-6dde2d268a9c3224af481e84b7f440a4dfa92bfb.zip
Updating client dependancies (excpet eslint) (#4567)
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index d8965516e..611f8ccd0 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -16,16 +16,16 @@ import genericIcon from 'images/icons/generic.png';
import logoImage from 'images/logo_compact.png';
import logoWebhook from 'images/webhook_icon.jpg';
-import solarizedDarkCSS from '!!file?name=files/code_themes/[hash].[ext]!highlight.js/styles/solarized-dark.css';
+import solarizedDarkCSS from '!!file-loader?name=files/code_themes/[hash].[ext]!highlight.js/styles/solarized-dark.css';
import solarizedDarkIcon from 'images/themes/code_themes/solarized-dark.png';
-import solarizedLightCSS from '!!file?name=files/code_themes/[hash].[ext]!highlight.js/styles/solarized-light.css';
+import solarizedLightCSS from '!!file-loader?name=files/code_themes/[hash].[ext]!highlight.js/styles/solarized-light.css';
import solarizedLightIcon from 'images/themes/code_themes/solarized-light.png';
-import githubCSS from '!!file?name=files/code_themes/[hash].[ext]!highlight.js/styles/github.css';
+import githubCSS from '!!file-loader?name=files/code_themes/[hash].[ext]!highlight.js/styles/github.css';
import githubIcon from 'images/themes/code_themes/github.png';
-import monokaiCSS from '!!file?name=files/code_themes/[hash].[ext]!highlight.js/styles/monokai.css';
+import monokaiCSS from '!!file-loader?name=files/code_themes/[hash].[ext]!highlight.js/styles/monokai.css';
import monokaiIcon from 'images/themes/code_themes/monokai.png';
import defaultThemeImage from 'images/themes/organization.png';