aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-13 17:30:18 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-13 17:30:18 +0900
commite45985088e0bbd041a567bab6b7665d2906528e4 (patch)
tree5e99b3f10e6b553b0f3b0d5afa811b6133bb9798 /webpack.config.js
parentd169661e030e53b6a1635f86205f9fc42d2b7ef2 (diff)
parent41069cf527ed159d6c5ff89cc77867537025c9f5 (diff)
Merge branch 'basic-features'
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 4b3ed7a..bb1568d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -5,7 +5,8 @@ const dist = path.resolve(__dirname, 'build');
module.exports = {
entry: {
- index: path.join(src, 'index.js')
+ index: path.join(src, 'content'),
+ background: path.join(src, 'background')
},
output: {