-
Hello all, I am currently with Shakapacker v6.5.2, as I'm going through the update from Webpacker v4. default: &default
source_path: app/assets
source_entry_path: /javascript
nested_entries: false
public_root_path: public
public_output_path: packs
... But if I try to output the config from my {
mode: 'development',
output: {
filename: 'js/[name].js',
chunkFilename: 'js/[name].chunk.js',
hotUpdateChunkFilename: 'js/[id].[fullhash].hot-update.js',
path: '/Users/peach/repos/myapp/public/packs',
publicPath: '/packs/'
},
entry: {},
resolve: {
extensions: [
'.js', '.jsx',
'.mjs', '.ts',
'.tsx', '.coffee',
'.mjs', '.js',
'.jsx', '.scss',
'.css', '.module.scss',
'.module.css', '.png',
'.svg', '.gif',
'.jpeg', '.jpg',
'.yml'
],
modules: [ '/Users/peach/repos/myapp/app/assets', 'node_modules' ]
},
.... and clearly the |
Beta Was this translation helpful? Give feedback.
Answered by
ThePeach
Sep 3, 2024
Replies: 1 comment
-
As a memento to future generations: it was a typo. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ThePeach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a memento to future generations: it was a typo.
javascripts
instead ofjavascript