Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Fractalis
fractal.js
Commits
76e6049c
Commit
76e6049c
authored
Jun 13, 2017
by
Sascha Herzinger
Browse files
Addressing some performance issues
parent
1c9dc97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpack.config.js
View file @
76e6049c
...
...
@@ -53,7 +53,7 @@ module.exports = {
{
test
:
/
\.
js$/
,
loader
:
'
babel-loader
'
,
exclude
:
/node_modules/
,
exclude
:
/node_modules/
},
{
test
:
/
\.
sass$/
,
...
...
@@ -61,7 +61,7 @@ module.exports = {
},
{
test
:
/
\.(
png|woff|woff2|eot|ttf|svg
)
$/
,
loader
:
'
url-loader?limit=100000
'
,
loader
:
'
url-loader?limit=100000
'
}
]
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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