Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
43e746d0
Commit
43e746d0
authored
6 years ago
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add source maps vuetify
parent
1a278a41
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
app.js
public/js/app.js
+0
-0
webpack.mix.js
webpack.mix.js
+1
-1
No files found.
public/js/app.js
View file @
43e746d0
This diff is collapsed.
Click to expand it.
webpack.mix.js
View file @
43e746d0
...
@@ -12,4 +12,4 @@ const mix = require('laravel-mix');
...
@@ -12,4 +12,4 @@ const mix = require('laravel-mix');
*/
*/
mix
.
js
(
'resources/js/app.js'
,
'public/js'
)
mix
.
js
(
'resources/js/app.js'
,
'public/js'
)
.
sass
(
'resources/sass/app.scss'
,
'public/css'
);
.
sass
(
'resources/sass/app.scss'
,
'public/css'
)
.
sourceMaps
()
;
This diff is collapsed.
Click to expand it.
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