mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:43:39 -05:00
Merge pull request #6407 from overleaf/bg-linter
port ace linter to codemirror6 GitOrigin-RevId: 080781bf303ebcd25461e6d07a02e14310ab3d59
This commit is contained in:
parent
6a0da3d204
commit
e1add75eee
1 changed files with 12 additions and 0 deletions
|
@ -116,6 +116,18 @@ module.exports = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /latex-linter.worker.js$/,
|
||||||
|
use: [
|
||||||
|
{
|
||||||
|
loader: 'worker-loader',
|
||||||
|
options: {
|
||||||
|
name: 'js/latex-linter.worker.js',
|
||||||
|
publicPath: '/',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Pass Less files through less-loader/css-loader/mini-css-extract-
|
// Pass Less files through less-loader/css-loader/mini-css-extract-
|
||||||
// plugin (note: run in reverse order)
|
// plugin (note: run in reverse order)
|
||||||
|
|
Loading…
Reference in a new issue