Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Bubniak <juraj.bubniak@gmail.com>2020-03-31 21:56:56 +0300
committerGitHub <noreply@github.com>2020-03-31 21:56:56 +0300
commitabc7a6c4fa9c59e75469af43dc0b46277fe5e908 (patch)
treeb72e46648ada3ae1a54934980c5b6450155e175f /webpack.config.js
parent60f58b53506385c548469ce2caa3ccca94d7f301 (diff)
Drop highlight, use chroma. (#75)
Co-authored-by: Juraj Bubniak <juraj.bubniak@exponea.com>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index e93f618..67f1dd6 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -7,7 +7,8 @@ const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin');
module.exports = {
entry: {
- styles: path.join(__dirname, 'static', 'styles'),
+ site: path.join(__dirname, 'static', 'styles', 'site'),
+ syntax: path.join(__dirname, 'static', 'styles', 'syntax'),
},
resolve: {
modules: [