Skip to content

Commit

Permalink
chore: switch to raw css and change webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseconey committed Aug 15, 2020
1 parent 40bf6b0 commit 13f08d1
Show file tree
Hide file tree
Showing 4 changed files with 10,736 additions and 8 deletions.
6 changes: 5 additions & 1 deletion dist/css/field.css
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.external-image-thumbnail{display:block;max-width:6rem}
// Nova Tool CSS
.external-image-thumbnail {
display: block;
max-width: 6rem;
}
10,726 changes: 10,725 additions & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

File renamed without changes.
12 changes: 6 additions & 6 deletions webpack.mix.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
let mix = require('laravel-mix')

mix.js('resources/js/field.js', 'dist/js')
.sass('resources/sass/field.scss', 'dist/css')
.webpackConfig({
resolve: {
symlinks: false
}
})
.styles('resources/css/field.css', 'dist/css/field.css')
.webpackConfig({
resolve: {
symlinks: false
}
})

0 comments on commit 13f08d1

Please sign in to comment.