Created
September 9, 2017 01:16
-
-
Save bronson/c9712eed7bb02f8c645ebb496c190c33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// currently: | |
entry: { | |
content: './src/content.js', | |
'hot-reload': './src/hot-reload.js', | |
manifest: './src/manifest.json', | |
popup: './src/popup.js' | |
}, | |
output: { | |
path: path.resolve(__dirname, 'dist'), | |
filename: '[name].bundle.js' | |
}, | |
// problem is, src/manifest.json turns into dist/manifest.bundle.js | |
// how do I keep processing the .js files the same way, but have dist/manifest.json ? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment