Skip to content

Commit

Permalink
rename a lot of folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dranc committed Jan 3, 2024
1 parent 2999d02 commit 2363e0b
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 251 deletions.
2 changes: 1 addition & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const common = {
patterns: [
{
from: '**/*',
context: 'public',
context: 'src/asset',
},
]
}),
Expand Down
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = merge(common, {
entry: {
popup: PATHS.src + '/popup.ts',
contentScript: PATHS.src + '/contentScript.ts',
background: PATHS.src + '/background.js',
background: PATHS.src + '/background.ts',
index: PATHS.src + '/index.ts',
},
resolve: {
Expand Down
35 changes: 0 additions & 35 deletions public/manifest.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import './index.scss';
import './asset/style/index.scss';

import { saveAs } from 'file-saver';

import { FiligraneServices } from './filigrane.services';
import { FiligraneServices } from './services/filigrane.services';

(() => {
const filesMap = new Map<string, File>();
Expand Down
119 changes: 0 additions & 119 deletions src/popup-backup.js

This file was deleted.

92 changes: 0 additions & 92 deletions src/popup.css

This file was deleted.

3 changes: 2 additions & 1 deletion src/popup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { FiligraneServices } from './filigrane.services';
import { FiligraneServices } from "./services/filigrane.services";


(() => {
let filesWithFiligrane: File[];
Expand Down
File renamed without changes.

0 comments on commit 2363e0b

Please sign in to comment.