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 aa3ec42b
authored
Apr 22, 2019
by
Jonathan Reinink
Committed by
GitHub
Apr 22, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11 from incon/patch-2
Add inline source maps to JavaScript files
2 parents
ae568c2b
cc61d302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
webpack.mix.js
webpack.mix.js
View file @
aa3ec42
...
...
@@ -15,6 +15,14 @@ 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'
)
.
postCss
(
'resources/css/app.css'
,
'public/css'
,
[
cssImport
(),
...
...
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