Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
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