Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 7292d26

Browse files
committed
README case
1 parent bac4c5b commit 7292d26

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
"main": "./dist/editorjs-codeflask.bundle.js",
1111
"scripts": {
12-
"test": "echo \"Error: no test specified\" && exit 1",
1312
"build": "webpack --mode production"
1413
},
1514

webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
const path = require('path');
22

33
module.exports = {
4-
54
entry: './src/codeflask.js',
65
output: {
7-
path: path.join(__dirname, '/dist'),
8-
publicPath: '/',
6+
path: path.join(__dirname, 'dist'),
97
filename: 'editorjs-codeflask.bundle.js',
108
library: 'editorjsCodeflask',
119
libraryExport: 'default',

0 commit comments

Comments
 (0)