diff options
author | bobzel <zzzman@gmail.com> | 2024-04-19 11:02:05 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-04-19 11:02:05 -0400 |
commit | b6229b0a6141afbfd0e78e3ec870218187864def (patch) | |
tree | 26c6e752e4512abe42b92dcefd1a3b42df529494 /webpack.config.js | |
parent | 2a313f28fcb8675223708b0657de7517a3281095 (diff) |
fixed text search highlighting. fixed first typed characfter of note to have marks.
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 6ddd68d97..58df9a57d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); // eslint-disable-next-line import/no-extraneous-dependencies -//const ESLintPlugin = require('eslint-webpack-plugin'); +// const ESLintPlugin = require('eslint-webpack-plugin'); // const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); const { parsed } = require('dotenv').config(); |