forked from wallabag/wallabag
Move global share to material
This commit is contained in:
@ -7,7 +7,7 @@ const projectDir = path.resolve(__dirname, '../../../');
|
||||
module.exports = {
|
||||
entry: {
|
||||
material: path.join(projectDir, './assets/material/index.js'),
|
||||
public: path.join(projectDir, './assets/_global/share.js'),
|
||||
public: path.join(projectDir, './assets/material/share.js'),
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
|
||||
@ -1 +0,0 @@
|
||||
import './share.scss';
|
||||
1
assets/material/share.js
Normal file
1
assets/material/share.js
Normal file
@ -0,0 +1 @@
|
||||
import './css/share.scss';
|
||||
Reference in New Issue
Block a user