mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12:23 +00:00
Move global share to material
This commit is contained in:
parent
c0909b09b4
commit
251de194c5
4 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ const projectDir = path.resolve(__dirname, '../../../');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
entry: {
|
entry: {
|
||||||
material: path.join(projectDir, './assets/material/index.js'),
|
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: {
|
output: {
|
||||||
filename: '[name].js',
|
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';
|
Loading…
Reference in a new issue