Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
d55c4eb6
Commit
d55c4eb6
authored
Dec 30, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lodash template loader
parent
9a2ded5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
webpack.common.js
webpack.common.js
+0
-19
No files found.
webpack.common.js
View file @
d55c4eb6
...
@@ -25,25 +25,6 @@ module.exports = {
...
@@ -25,25 +25,6 @@ module.exports = {
{
{
test
:
path
.
resolve
(
__dirname
,
"
node_modules/xss/dist/xss
"
),
test
:
path
.
resolve
(
__dirname
,
"
node_modules/xss/dist/xss
"
),
use
:
"
exports-loader?filterXSS,filterCSS
"
use
:
"
exports-loader?filterXSS,filterCSS
"
},
{
test
:
/
\.(
html|svg
)
$/
,
exclude
:
/node_modules/
,
use
:
[{
loader
:
'
lodash-template-webpack-loader
'
,
options
:
{
"
escape
"
:
/
\
{
\
{
\
{([
\
s
\
S
]
+
?)
\
}
\
}
\
}
/g
,
"
evaluate
"
:
/
\{\[([\s\S]
+
?)\]\}
/g
,
"
interpolate
"
:
/
\
{
\
{([
\
s
\
S
]
+
?)
\
}
\
}
/g
,
// By default, template places the values from your data in the
// local scope via the with statement. However, you can specify
// a single variable name with the variable setting. This can
// significantly improve the speed at which a template is able
// to render.
"
variable
"
:
'
o
'
,
"
prependFilenameComment
"
:
__dirname
}
}]
},
{
},
{
test
:
/LC_MESSAGES
\/
converse.po$/
,
test
:
/LC_MESSAGES
\/
converse.po$/
,
type
:
"
json
"
,
type
:
"
json
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment