Skip to content

Commit

Permalink
Remove unused webpacker related files
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan authored Sep 8, 2023
1 parent 099f979 commit cafad7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 64 deletions.
29 changes: 0 additions & 29 deletions actiontext/bin/webpack

This file was deleted.

29 changes: 0 additions & 29 deletions actiontext/bin/webpack-dev-server

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
* the trix-editor content (whether displayed or under editing). Feel free to incorporate this
* inclusion directly in any other asset bundle and remove this file.
*
<%- if defined?(Webpacker::Engine) -%>
*= require trix/dist/trix
<%- else -%>
*= require trix
<% end -%>
*= require trix
*/

/*
Expand Down
3 changes: 2 additions & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ attacks.

#### `config.javascript_path`

Sets the path where your app's JavaScript lives relative to the `app` directory. The default is `javascript`, used by [webpacker](https://github.com/rails/webpacker). An app's configured `javascript_path` will be excluded from `autoload_paths`.
Sets the path where your app's JavaScript lives relative to the `app` directory and the default value is `javascript`.
An app's configured `javascript_path` will be excluded from `autoload_paths`.

#### `config.log_file_size`

Expand Down

0 comments on commit cafad7a

Please sign in to comment.