Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 732a62e0
authored
Apr 22, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify source maps configuration
1 parent
aa3ec42b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
webpack.mix.js
webpack.mix.js
View file @
732a62e
...
@@ -15,14 +15,6 @@ const tailwindcss = require('tailwindcss')
...
@@ -15,14 +15,6 @@ const tailwindcss = require('tailwindcss')
|
|
*/
*/
// Provide inline source maps.
if
(
!
mix
.
inProduction
())
{
mix
.
webpackConfig
({
devtool
:
'inline-source-map'
,
})
.
sourceMaps
()
}
mix
.
js
(
'resources/js/app.js'
,
'public/js'
)
mix
.
js
(
'resources/js/app.js'
,
'public/js'
)
.
postCss
(
'resources/css/app.css'
,
'public/css'
,
[
.
postCss
(
'resources/css/app.css'
,
'public/css'
,
[
cssImport
(),
cssImport
(),
...
@@ -39,3 +31,4 @@ mix.js('resources/js/app.js', 'public/js')
...
@@ -39,3 +31,4 @@ mix.js('resources/js/app.js', 'public/js')
},
},
})
})
.
version
()
.
version
()
.
sourceMaps
()
Write
Preview
Markdown
is supported
Attach a file
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 post a comment