Skip to content
Snippets Groups Projects
Verified Commit ba497dff authored by ornanovitch's avatar ornanovitch
Browse files

fix: wrong path for build static

parent 3013637c
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,5 @@ __pycache__ ...@@ -5,6 +5,5 @@ __pycache__
/yarn.lock /yarn.lock
/node_modules /node_modules
/venv /venv
/static
/hiboo/static /hiboo/static
.env .env
...@@ -15,7 +15,7 @@ module.exports = { ...@@ -15,7 +15,7 @@ module.exports = {
vendor: './assets/vendor.js', vendor: './assets/vendor.js',
}, },
output: { output: {
path: path.resolve(__dirname, 'static/'), path: path.resolve(__dirname, 'hiboo/static/'),
filename: '[name].js', filename: '[name].js',
assetModuleFilename: '[name][ext]', assetModuleFilename: '[name][ext]',
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment