Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ba49b9f6
Commit
ba49b9f6
authored
Mar 05, 2018
by
Karl Hasselbring
Browse files
Source maps sind wieder aktiviert
parent
eaf3ec27
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpack.mix.js
View file @
ba49b9f6
...
...
@@ -25,4 +25,5 @@ mix
.
scripts
(
'
resources/assets/js/focus-creator.js
'
,
'
public/js/focus-creator.js
'
)
// utility
.
scripts
([
'
resources/assets/js/utility.js
'
,
'
resources/assets/js/translations.js
'
],
'
public/js/utility.js
'
)
.
sourceMaps
(
false
,
'
inline-source-map
'
)
.
version
();
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