Move assets
This commit is contained in:
parent
f5b6f4b7c1
commit
f3765697bd
4 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "fedihub-registry",
|
||||
"version": "0.0.0",
|
||||
"description": "User registry",
|
||||
"main": "src/assets/index.js",
|
||||
"main": "src/assets/javascripts/index.js",
|
||||
"repository": "https://github.com/fedihubcom/registry.git",
|
||||
"author": "Alex Kotov <kotovalexarian@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -3,8 +3,8 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
|||
|
||||
module.exports = {
|
||||
entry: [
|
||||
'./src/assets/index.js',
|
||||
'./src/assets/index.scss',
|
||||
'./src/assets/javascripts/index.js',
|
||||
'./src/assets/stylesheets/index.scss',
|
||||
],
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'public/assets'),
|
||||
|
|
Reference in a new issue