Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
0eafa319
Commit
0eafa319
authored
Feb 23, 2018
by
Sascha Herzinger
Browse files
Fixed CSS issue with dynamically generated elements
parent
2d814533
Pipeline
#3803
failed with stages
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
webpack.config.js
View file @
0eafa319
...
...
@@ -24,7 +24,7 @@ module.exports = {
entry
:
[
path
.
resolve
(
__dirname
,
'
src/main.js
'
)
],
devtool
:
'
#
inline-
source-map
'
,
devtool
:
'
#source-map
'
,
devServer
:
{
hot
:
true
,
inline
:
true
,
...
...
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