Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
688e3250cfeb0451d908ce0b6e72652db8573fa4
1 parent
9093690a
source map 调试
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
public/gulpfile.js
public/js/channel/home.page.js
public/vue/channel/home.vue
public/gulpfile.js
View file @
688e325
...
...
@@ -179,6 +179,7 @@ gulp.task('postcss', ['assets'], () => {
gulp
.
task
(
'webpack-dev-server'
,
()
=>
{
var
devConfig
=
Object
.
assign
({},
webpackConfig
,
{
debug
:
true
,
devtool
:
"#inline-source-map"
,
vue
:
{
postcss
:
postcssPlugin
(
env
.
dev
),
autoprefixer
:
false
,
...
...
public/js/channel/home.page.js
View file @
688e325
...
...
@@ -8,3 +8,5 @@ new Vue({
app
:
App
}
});
console
.
log
(
2
);
\ No newline at end of file
...
...
public/vue/channel/home.vue
View file @
688e325
...
...
@@ -10,6 +10,7 @@
<script>
var s = 1; // 测试代码检查
console.log(1);
module.exports = {
data() {
return {
...
...
Please
register
or
login
to post a comment