Skip to content

Commit 9a2ab60

Browse files
committed
Remove unused code in nova.mix.js
1 parent c8a1b2f commit 9a2ab60

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

nova.mix.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
const mix = require('laravel-mix')
2-
const webpack = require('webpack')
3-
const path = require('path')
42

53
class NovaExtension {
64
name() {
@@ -16,14 +14,6 @@ class NovaExtension {
1614
vue: 'Vue',
1715
}
1816

19-
webpackConfig.resolve.alias = {
20-
...(webpackConfig.resolve.alias || {}),
21-
'laravel-nova': path.join(
22-
__dirname,
23-
'../../vendor/laravel/nova/resources/js/mixins/packages.js'
24-
),
25-
}
26-
2717
webpackConfig.output = {
2818
uniqueName: this.name,
2919
}

0 commit comments

Comments
 (0)