aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-01 17:05:45 -0500
committerbobzel <zzzman@gmail.com>2021-03-01 17:05:45 -0500
commitc41696a3169dc765512d64972ba4503cea8393e0 (patch)
tree644cb81de4a23d4b38335bb4731fccc7d1a34504 /webpack.config.js
parentbed03be10f9289e36f7e1621bbcf2579b0ca3f2d (diff)
added basic math typeset equation input
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index c973be1ed..30967d618 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -75,6 +75,10 @@ module.exports = {
}]
},
{
+ test: /\.(woff|woff2|ttf|eot|otf|svg)$/,
+ use: 'file-loader?name=fonts/[name].[ext]!static'
+ },
+ {
test: /\.scss|css$/,
use: [{
loader: "style-loader"
@@ -84,7 +88,7 @@ module.exports = {
},
{
loader: "sass-loader"
- }
+ },
]
},
{