aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 15:15:12 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-08 15:15:12 +0900
commit57f798044d32ba7f9dc10a34ac31ad5dbdbf56ae (patch)
treeaed757bfb5f8789156439d1e1fdff4e221376aaa /webpack.config.js
parent2faf44af7443b3f858e15d63295a490afba83b4e (diff)
rename background end-point script name
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index bc3bb1c..fff49d1 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -6,7 +6,7 @@ const dist = path.resolve(__dirname, 'build');
module.exports = {
entry: {
- index: path.join(src, 'content'),
+ content: path.join(src, 'content'),
settings: path.join(src, 'settings'),
background: path.join(src, 'background'),
console: path.join(src, 'console')