Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
93c84e501b35c3a5f16af520342cafeb2f5f1d1d
1 parent
a71a2e69
merge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
public/build/postcss.config.js
public/build/webpack.base.config.js
public/build/webpack.dev.config.js
public/build/postcss.config.js
View file @
93c84e5
...
...
@@ -82,7 +82,7 @@ exports.postcssPlugin = (et) => {
Object
.
assign
(
sprites
,
{
basePath
:
path
.
join
(
__dirname
,
'../img/'
),
stylesheetPath
:
path
.
join
(
__dirname
,
'./bundle'
),
spritePath
:
path
.
join
(
__dirname
,
'./bundle'
)
,
spritePath
:
path
.
join
(
__dirname
,
'./bundle'
)
});
}
...
...
public/build/webpack.base.config.js
View file @
93c84e5
...
...
@@ -114,7 +114,7 @@ module.exports = (env) => {
css
:
cssLoader
(
env
,
'vue'
)
}
}
}]
,
}]
},
{
test
:
/
\.
css$/
,
use
:
cssLoader
(
env
,
'css'
)
...
...
public/build/webpack.dev.config.js
View file @
93c84e5
...
...
@@ -26,7 +26,7 @@ _.mergeWith(baseConfig, {
colors
:
true
,
children
:
false
,
chunks
:
false
,
assetsSort
:
'size'
,
assetsSort
:
'size'
},
headers
:
{
'Access-Control-Allow-Origin'
:
'*'
...
...
Please
register
or
login
to post a comment